Alternative lambda runtimes #31
jpbourgeon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the end,
itty-aws
will remove the need for any AWS SDK.Would it bring faster cold starts and execution speed to run serverless functions on community
node.js
runtimes without any pre-bundled AWS SDK ?We could distribute community runtimes for
node.js
andbun.sh
.For
node.js
I have a simple idea. Each time an officialnode.js
runtime is released, we remove the AWS SDK from it with a Github Action and publish it in our own public container repo.Here are the basic steps:
node.js
runtime. For example, the following Dockerfile extends the Node.js 18.x runtime[[]] and removes the AWS SDK:Beta Was this translation helpful? Give feedback.
All reactions