Yan Cui - aws lambda – compare coldstart time...
- compile ahead-of-time into a native executable
- resulting program does not run on the HotSpot VM
- faster startup time and lower runtime memory overhead
- open up AWS Lambda for any programming language
- is a program that runs the Lambda handler
- can be included in the deployment package