- Install Node (LTS) - https://nodejs.org/en/download/
- Install Python (3.7.x) - https://www.python.org/downloads/
- Globally install serverless
npm i -g serverless
sls
is shorthand forserverless
npm i
is shorthand fornpm install
(seenode_modules
)npm i -g
globally installs a dependency (usually reserved for dependencies that are needed to create a project)
- hello world
- hello world with offline support
- Up for vote:
- dynamo (with offline support)
- full stack app with s3/cloudfront (cdn)
- lambda layers