- git clone
- nvm install 6.10.0 && nvm use 6.10.0
- npm i
- npm start
Basic dev server runs on start; using nodemon to reload the express server as you work on your lambda.
Figuring out and getting your package up on lambda with a trigger is on you...
Build script currently working - deploy script a WIP
Go forth and...