Save money and improve UX by using CDN and browser cache - Typee Design
Situation A custom Typee deployment generates app configuration by a AWS Lambda. But there are some drawbacks: AWS Lambda has high delay when code start is required. Each refresh of a custom Typee deployment costs a AWS Lambda call and DynamoDB call. But the configuration actually changes less frequently. Solution I told myself as MVP I shouldn’t keep it simple and brutal, but I failed to convinced myself. First version I firstly put the Lambda behind Cloudfront(CDN)....