Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.54 KB

QUICK-START.md

File metadata and controls

49 lines (28 loc) · 2.54 KB

For an even quicker start, deploy the example application deno-hello-world sample SAR application.

Quick Start in the AWS console

  1. Visit the deno SAR application and click the Deploy button:

Screen Shot 2020-02-17 at 14 42 36

This will take you to your preferred region to Deploy:

Screen Shot 2020-02-17 at 14 43 05

  1. Now the serverless repo will CREATE the deno layer:

Screen Shot 2020-02-17 at 14 43 44

Click on "View Cloudformation Stack":

Screen Shot 2020-02-17 at 14 46 52

On the "Outputs" tab copy the LayerArn.

  1. Visit the lambda console. Create a lambda function from scratch with runtime "provide your own bootstrap".

Create function

Function created

  1. Add a layer using the ARN above.

Add layer to function

  1. Upload the latest deno-lambda-example.zip as function code.

Upload function code

  1. "Save". "Test" (use the default event).

Execution successful


To "roll your own", without SAR, see the earlier version of this QUICK-START.md.