From the AWS console:
-
Download zip files from the releases page.
-
Create a layer and upload
deno-lambda-layer.zip
.
Note its Version ARN.
- Create a lambda function from scratch with runtime "provide your own bootstrap".
- Add a layer using the ARN above.
- Upload deno-lambda-example.zip as function code.
- "Save". "Test" (use the default event).