daniele-salvagni / aws-sam-ts-functions-layers

Boilerplate project to build and use Typescript functions and layers with SAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sam-typescript-functions-layers

AWS SAM example for building and using functions and layers written in Typescript.

Local development

Using Node v16

npm install

NOTE: The custom layer is referenced in the global package.json with "commons": "file:./layers/commons" for local development

Deploy the sample application

sam build
sam deploy --guided

Cleanup

aws cloudformation delete-stack --stack-name aws-sam-ts-functions-layers

About

Boilerplate project to build and use Typescript functions and layers with SAM


Languages

Language:TypeScript 65.7%Language:Makefile 34.3%