deno-lambda icon indicating copy to clipboard operation
deno-lambda copied to clipboard

Support `index.mjs` and `index.js` entrypoints

Open littledivy opened this issue 1 year ago • 1 comments

Currently index.handler only works with index.ts. index.mjs support will make this layer work OOTB with open-next build outputs

littledivy avatar May 21 '24 03:05 littledivy

This should already work by setting Lambda HANDLER_EXT env variable to mjs.

igorzi avatar May 21 '24 03:05 igorzi

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.

lucacasonato avatar Sep 11 '24 16:09 lucacasonato