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
This is a limitation when trying to use Stack Sets to deploy to many regions at the same time that are integrated with a Custom Resource.
This issue is compounded by #15 and #16 as other limitations exist for deploying a Custom Resource packaged with SAM
Solution here is to create a small Lambda that can be deployed via inline code that is able to "proxy" a Custom Resource invocation to another Lambda Custom Resource cross-region
The text was updated successfully, but these errors were encountered:
tomwwright
changed the title
CloudFormation Custom Resources cannot be invoked cross-region
CloudFormation Custom Resources cannot be invoked cross-region or cross-account
Oct 14, 2020
Lambda-backed CloudFormation Custom Resources also cannot be invoked (securely) cross-account without specifying specific Account IDs in AWS::Lambda::Permission resources. While Lambda functions are governed by a resource policy, managing this resource policy can only be done via the AddPermission API action that doesn't have support for IAM Conditions
tomwwright
added
type/debt
Technical debt that needs to be addressed in the future
and removed
type/feature
Feature or functionality that is well-formed and can be implemented and closed
labels
Oct 15, 2020
Lamba-backed Custom Resource must be invoked from stacks in the same region
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html
This is a limitation when trying to use Stack Sets to deploy to many regions at the same time that are integrated with a Custom Resource.
This issue is compounded by #15 and #16 as other limitations exist for deploying a Custom Resource packaged with SAM
Solution here is to create a small Lambda that can be deployed via inline code that is able to "proxy" a Custom Resource invocation to another Lambda Custom Resource cross-region
The text was updated successfully, but these errors were encountered: