serverless-domain-manager
serverless-domain-manager copied to clipboard
Option to create cloudfront distribution mapped to gateway
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Feature Request
I could be useful to be able to use something like:
customDomain:
useCloudfront: true
createRoute53Record: true
Applying that feature would ignore the domain specification of API Gateway and create a custom Cloudfront distribution pointing to the API gateway. This would also help people who don't have their domains in Route53 to use this awesome plugin. Another benefit is that we could leverage caching with a breeze (API Gateway caching is much more expensive than Cloudfront caching)
Any updates on this?