aws / aws-lambda-base-images

Apache License 2.0
678 stars 111 forks source link

Add AWS-managed alternative JavaScript runtime(s) #107

Open o-alexandrov opened 1 year ago

o-alexandrov commented 1 year ago

Problem

Running an alternative JavaScript runtime is practically impossible due to an extreme difference in the cold starts. Why:

Request

There are alternative runtimes, such as Deno custom runtime & Bun custom runtime for AWS Lambda.

o-alexandrov commented 1 year ago

@jtuliani cc @Jarred-Sumner @Electroid The extreme cold starts for JavaScript custom runtime layers is proven by data in this PR https://github.com/maxday/lambda-perf/pull/604

lucajung commented 1 year ago

+1