-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Lambda@Edge in SAM #323
Copy link
Copy link
Closed
Labels
area/new-resourceLabel for new resources being asked/proposedLabel for new resources being asked/proposedarea/resource/functionmaintainer/need-responsestage/needs-feedbackNeeds feedback from the community (are you also interested in/experiencing this?)Needs feedback from the community (are you also interested in/experiencing this?)stage/pm-reviewWaiting for review by our Product Manager, please don't work on this yetWaiting for review by our Product Manager, please don't work on this yettype/feature
Metadata
Metadata
Assignees
Labels
area/new-resourceLabel for new resources being asked/proposedLabel for new resources being asked/proposedarea/resource/functionmaintainer/need-responsestage/needs-feedbackNeeds feedback from the community (are you also interested in/experiencing this?)Needs feedback from the community (are you also interested in/experiencing this?)stage/pm-reviewWaiting for review by our Product Manager, please don't work on this yetWaiting for review by our Product Manager, please don't work on this yettype/feature
There was a discussion on Twitter that made me wonder if we should support Lambda@Edge native in SAM.
We already have a SAM example showing how to enable Lambda@Edge - https://github.com/awslabs/serverless-application-model/blob/master/examples/2016-10-31/lambda_edge/template.yaml. But this still requires setting up a CloudFront distribution and IAM Roles manually.
Can we add a
Edge: Trueproperty toAWS::Serverless::Functionresource that makes the function Lambda@Edge enabled? Will this be useful?Please comment or +1 (reactions) if you will be interested in this feature.