Skip to content

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

Notifications You must be signed in to change notification settings

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

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published