denoland / deno-lambda

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
866 stars 42 forks source link

Add Deno to Lambda perf. #306

Closed soundstep closed 1 month ago

soundstep commented 1 month ago

Hi, I'm trying to add Deno to this repo:

https://github.com/maxday/lambda-perf/pull/1467

I'm not a Rust developer, I'm doing what I can there.

Can you confirm the deno layer can use these 2 architectures?

Any help is appreciated on this pull request, I can give you access to the forced repo.

lucacasonato commented 1 month ago

This repo is now archived because we are discontinuing the AWS Lambda layer for Deno. Instead we recommend you use a Docker image on AWS Lambda to run Deno. You can find a full guide in the docs.