Alternative lambda runtimes #31
Closed
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
Uh oh!
There was an error while loading. Please reload this page.
In the end,
itty-awswill remove the need for any AWS SDK.Would it bring faster cold starts and execution speed to run serverless functions on community
node.jsruntimes without any pre-bundled AWS SDK ?We could distribute community runtimes for
node.jsandbun.sh.For
node.jsI have a simple idea. Each time an officialnode.jsruntime 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.jsruntime. For example, the following Dockerfile extends the Node.js 18.x runtime[[]] and removes the AWS SDK:All reactions