Difference between revisions of "AWS/Lambda"

From Ever changing code
< AWS
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 11:31, 28 August 2021

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: