You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be great to support executing a typescript function across all targets of a binding:
constmoreComplexBinding: IOrganizationBinding={Region: ['us-east-1','us-west-1'],IncludeMasterAccount: true,Account: '*',ExcludeAccount: [{Ref: 'AccountB'}]};awaitorgClient.performFunction(asynccredentials=>{//credentials can be used toconsts3client=newS3({credentials});// <-- create an s3 client in all accounts});
might make sense to support setting concurrent executions & failure tolerance. much like the cli alows you.
concrete use-cases include any out of band stuff like ad hoc checking for failed stacks or tweaking resources
The text was updated successfully, but these errors were encountered:
would be great to support executing a typescript function across all targets of a binding:
might make sense to support setting concurrent executions & failure tolerance. much like the cli alows you.
concrete use-cases include any out of band stuff like ad hoc checking for failed stacks or tweaking resources
The text was updated successfully, but these errors were encountered: