Envek / cookiecutter-aws-sam-typescript-layers

AWS SAM template to quickly set up Lambda application using TypeScript on Node.js 14 with shared layers for dependencies

Home Page:https://evilmartians.com/chronicles/serverless-typescript-a-complete-setup-for-aws-sam-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for AWS SAM using TypeScript and shared layers

This is a Cookiecutter template to create a Serverless application based on Serverless Application Model (SAM) on Node.js 14 runtime using TypeScript for Lambda functions source code and shared layers for runtime dependencies.

Resulted application will be close to this example app: aws-sam-typescript-layers-example

Usage

Install AWS SAM CLI and run following command:

sam init --location gh:Envek/cookiecutter-aws-sam-typescript-layers

You'll be prompted a few questions to help this template to scaffold this project and after its completion you should see a new folder at your current path with the name of the project you gave as input.

License

This project is licensed under the terms of the MIT license.

About

AWS SAM template to quickly set up Lambda application using TypeScript on Node.js 14 with shared layers for dependencies

https://evilmartians.com/chronicles/serverless-typescript-a-complete-setup-for-aws-sam-lambda

License:MIT License


Languages

Language:TypeScript 64.7%Language:Makefile 25.8%Language:JavaScript 9.5%