Lambda Snapstart with Serverless framework
So AWS announced Lambda Snapstart very recently, I tried to give it a go since my application has cold start time ~4s. I was able to do this by adding the following under resources: - extensions: NodeLambdaFunction: Properties: SnapStart: ApplyOn:…