Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 668 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 668 Bytes

Setup

  1. Install Node (LTS) - https://nodejs.org/en/download/
  2. Install Python (3.7.x) - https://www.python.org/downloads/
  3. Globally install serverless npm i -g serverless

Notes

  • sls is shorthand for serverless
  • npm i is shorthand for npm install (see node_modules)
  • npm i -g globally installs a dependency (usually reserved for dependencies that are needed to create a project)

Topics

  1. hello world
  2. hello world with offline support
  3. Up for vote:
  • dynamo (with offline support)
  • full stack app with s3/cloudfront (cdn)
  • lambda layers

References