Skip to content

sineverba/serverless-aws-js

Repository files navigation

Serverless AWS Node / JS Example

CI / CD Status
Circle CI CircleCI
Semaphore CI Build Status

Setup

$ nvm use # To use right node version
$ npm install

Serverless main command

With prepending npm run we can use SLS installed per-project, instead than globally.

$ npm run serverless invoke test # launch tests # OR... npm run test
$ npm run serverless deploy # deploy to aws
$ npm run sls offline # launch offline deploy. Call http://localhost:3000/dev/ping

About

Example of Serverless Framework in Javascript for AWS

Resources

License

Stars

Watchers

Forks

Packages

No packages published