-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Deno #1364
Comments
I agree. I came here looking to see if there was an open request to confirm the claim. Would be great to see this datapoint amongst the other JS runtimes and at varying lambda size - which is something not considered by blog post. |
Having a go at it |
If helpful for implementing this I just noticed that Deno archived the deno-lambda repo (https://github.com/denoland/deno-lambda) just today, and then point to their official documentation on how to deploy Deno to AWS Lambda here: https://docs.deno.com/runtime/tutorials/aws_lambda/ |
Cheers, I closed that PR and I'll check what that all means. |
@soundstep Out of curiosity I tried to build a lambda myself following the official docs and was greeted with the error EDIT: It's OT, edited in place to reduce noise. I am using docker BuildKit (formerly buildx) so I have to include |
Without context, I'm not sure, I don't think I've seen that error; I only built a docker image locally on a MacBook Pro M1, and chose the corresponding The easiest is probably to build your image on a github action runner and push it from there? |
FYI, new PR: #1492 |
Thanks a lot! Will take a look at it now |
It appears Deno can sometimes be faster than Node.js or Bun. https://deno.com/blog/aws-lambda-coldstart-benchmarks
It'd be great if this benchmark add Deno runtime.
The text was updated successfully, but these errors were encountered: