AWS Amplify and Lambda@Edge
See original GitHub issueWhich Category is your question related to?
Hosting
, Lambda
Amplify CLI Version
4.24.3+
Can I add Lambda@Edge
to my AWS Amplify
app?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:20
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Deploy server-side rendered apps with Amplify Hosting
You can use AWS Amplify to deploy and host web apps that use server-side rendering (SSR). Currently, Amplify Hosting supports apps created using...
Read more >10 New AWS Amplify Features to Check Out
No custom settings are needed -- it will create a AWS Lambda@Edge function behind the scenes for you to do the server-side rendering....
Read more >Amplify: Lambda@Edge for Next CloudFront + DynamoDB ...
AWS Amplify offers a workflow for referencing pre-existing resources, which Functions will need to access. Referencing DynamoDB resources ...
Read more >Serverless patterns
AWS Amplify. Amazon API Gateway ... AWS Identity & Access Management. Amazon Inspector ... Secure API Gateway requests with signature v4 using Lambda@Edge....
Read more >Create Infinite Preview Environments In AWS with Lambda ...
Vercel, AWS Amplify Console and others, do a great job for most projects, ... and create the alias record in Route 53 before...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is there any update on a tool through amplify console to save our SEO?
Hi,
It would be very useful to add lambda@edge for the CloudFront hosting distribution. I thing the easier would be to implement it on
amplify hosting add
oramplify hosting update
when it will ask you if you need a lambda edge. If so, you should let you choose which trigger you want (viewer request
,origin request
,origin response
andviewer response
) with a multiple selection option.