tomwwright / littleorange

Minimalist AWS multi-account cloud leveraging CloudFormation and Lambda.
GNU General Public License v3.0
4 stars 1 forks source link

Packaged SAM Templates cannot be deployed cross-region #16

Open tomwwright opened 3 years ago

tomwwright commented 3 years ago

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 commented 3 years ago

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