Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 444 Bytes

File metadata and controls

14 lines (10 loc) · 444 Bytes

Roorkee.org AWS API & Lambda code

CircleCI

This repo hosts NodeJS code for roorkee.org AWS lambda functions.

Develop stage URL https://api.aws.roorkee.org/dev/hello

Local setup

  • npm install -g serverless
  • npm install
  • npm test
  • export DB=mongodb://localhost/test
  • sls offline start --skipCacheInvalidation