Closed littledivy closed 2 months ago
This should already work by setting Lambda HANDLER_EXT
env variable to mjs
.
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.
Currently
index.handler
only works withindex.ts
.index.mjs
support will make this layer work OOTB withopen-next
build outputs