Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaged SAM Templates cannot be deployed cross-region #16

Open
tomwwright opened this issue Oct 9, 2020 · 1 comment
Open

Packaged SAM Templates cannot be deployed cross-region #16

tomwwright opened this issue Oct 9, 2020 · 1 comment
Labels
module/core type/debt Technical debt that needs to be addressed in the future

Comments

@tomwwright
Copy link
Owner

S3 Buckets are regional and a Lamda function cannot be created using a deployment package in a cross-region S3 bucket. The consequence here is that packaged SAM Templates cannot be used in cross-region Stack Sets

@tomwwright tomwwright added type/feature Feature or functionality that is well-formed and can be implemented and closed module/core labels Oct 9, 2020
@tomwwright
Copy link
Owner Author

The only solution here is to use inline code for functions that intend to be deployed cross-region

@tomwwright 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module/core type/debt Technical debt that needs to be addressed in the future
Projects
None yet
Development

No branches or pull requests

1 participant