AWS/Lambda

From Ever changing code
< AWS
Revision as of 11:31, 28 August 2021 by Pio2pio (talk | contribs) (Created page with "= Lambda@Edge = AWS service for CloudFront distribution Lambda at edgde allows to run arbitrary code to manipulate HTTP requests and responses, it's common to also manipulate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lambda@Edge

AWS service for CloudFront distribution Lambda at edgde allows to run arbitrary code to manipulate HTTP requests and responses, it's common to also manipulate headers, Tamas website has a good article about it. It also serves a good reference to what I also deployed to manipulate headers all with Terraform.

Bonus: