Tips and tricks AWS Solutions Architect Associate #3
Cloud Front
CloudFront Functions
These two types of functions can be executed during the processing of incoming or outgoing requests in AWS, and are integrated within CloudFront.
cloud functions
- javascript
- < 1 ms
- cache key
- header rewrite
- no access to resource like subnet, database
lambda edge functions
- change request and response
- 5-10s
- access to ressource
- url rewrite
- JWT