For an even quicker start, deploy the example application deno-hello-world sample SAR application.
- Visit the deno SAR application and click the Deploy button:
This will take you to your preferred region to Deploy:
- Now the serverless repo will
CREATE
the deno layer:
Click on "View Cloudformation Stack":
On the "Outputs" tab copy the LayerArn
.
- Visit the lambda console. Create a lambda function from scratch with runtime "provide your own bootstrap".
- Add a layer using the ARN above.
- Upload the latest deno-lambda-example.zip as function code.
- "Save". "Test" (use the default event).
To "roll your own", without SAR, see the earlier version of this QUICK-START.md.