Replies: 3 comments 1 reply
-
To understand the idea better, what is the problem that deploying the certificate to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cloudfront requires a certificate deployed to us-east-1. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I add another use case: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CloudFront/IAM/S3 deploy to us-east-1 despite the region you target. We would like to allow SAM's ACM to optionally deploy to us-east-1 as well. People are working around this with custom functions (https://github.com/dflook/cloudformation-dns-certificate) but it feels like a great candidate for a feature!
My use case is this: I would like to deploy my frontend (static website) and backend (appsync/dynamodb/etc) both with the same SAM template. My backend gets deployed to us-west-2 and the frontend gets deployed to us-east-1 in an S3 bucket with a cloudfront distribution.
Beta Was this translation helpful? Give feedback.
All reactions