Open o-alexandrov opened 1 year ago
Running an alternative JavaScript runtime is practically impossible due to an extreme difference in the cold starts. Why:
practically impossible
There are alternative runtimes, such as Deno custom runtime & Bun custom runtime for AWS Lambda.
@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
+1
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.