Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.51 KB

QUICK-START.md

File metadata and controls

33 lines (18 loc) · 1.51 KB

Quick Start in the AWS console

From the AWS console:

  1. Download zip files from the releases page.

  2. Create a layer and upload deno-lambda-layer.zip.

Create layer

Layer created

Note its Version ARN.

  1. 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 deno-lambda-example.zip as function code.

Upload function code

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

Execution successful