aws / aws/serverless-application-model

Support multiple regions - particularly CloudFront certificates (via stacks?)

Open
#565 4 comments 0 reactions 0 assignees View on GitHub
maintainer/need-response type/feature
Dominant language
Python
Stars
9.6k
Forks
2.5k
Avg merge
1d 11h
Merged PRs (30d)
7

Description

Since CloudFormation is tied to a single region, if I want to deploy in somewhere like `ap-southeast-2` then I'm unable to do things within the same template for a different region (eg. `us-east-1`). This becomes an issue when I want to create a certificate for a non-regional CloudFront distribution (which has to be created in `us-east-1`), certificates in non-regional API Gateway, etc.

I expect it would be possible to do this using stacks and exports (or manually.. of course), but not sure if/how I would do this in a 'SAM friendly' way.

If this is already possible, perhaps some documentation/an example of how to do this would be useful?

My current workaround is just to use regional certificates for API Gateway.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.