rehanvdm / serverless-website-analytics

A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics
GNU General Public License v2.0
167 stars 13 forks source link

Use LLRT runtime if possible #80

Open rehanvdm opened 7 months ago

rehanvdm commented 7 months ago

Use https://github.com/awslabs/llrt as the Lambda runtime to reduce Lambda execution time and cold starts.

See if it is possible and what improvements there is to gain by switching