Using deno-lambda for AWS SAM
I'm having issues trying to run deno-lambda (https://github.com/hayd/deno-lambda) locally. (I haven't tried running it on AWS for real yet.)
My main module filename is
Init failed error=fork/exec /var/task/bootstrap: no such file or directory InvokeID=
My main module filename is
main.ts and it exports a handler function which I think should work. Here is how I build and run everything: