lesnitsky / sls-starter

Template for serverless APIs with typescript and dynamodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLS Starter

Template project for serverless APIs with typescript and dynamodb

lesnitsky.dev GitHub stars Twitter Follow

Installation

git clone git@github.com:lesnitsky/sls-starter.git
yarn
yarn dynamo:install # this may take a while

Modify table name according to your project needs in .env.development, .env.production and serverless.yml

Usage

Development:

yarn dev

Deployment:

yarn deploy

License

MIT

lesnitsky.dev GitHub stars Twitter Follow

About

Template for serverless APIs with typescript and dynamodb

License:MIT License


Languages

Language:TypeScript 64.9%Language:JavaScript 35.1%