Skip to content

franciscocpg/serverless-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

serverless-templates

Opinionated serverless templates.

aws-nodejs-typescript

A nodejs using typescript project with AWS as provider.

It uses jest as test framework and it has an opinonated configuration for linting using ts-lint and tslint-eslint-rules.

Installing

sls create -u https://github.com/franciscocpg/serverless-templates/tree/master/aws-nodejs-typescript --path aws-nodejs-typescript
cd aws-nodejs-typescript
yarn

Invoking locally

yarn sls invoke local -f hello

Invoking using serverless-offline

Open a terminal and run:

yarn sls offline start

Open another terminal and run:

curl localhost:3000/hello

About

Opinionated serverless templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors