Welcome to serverless! This repo serves as a short introduction to how to get started with the serverless framework.
We assume you already have Node.js and git set up on your system.
# clone this repo
git clone https://github.com/c-bandy/serverless-101.git
# install dependencies
npm install
In order to deploy you need to have the AWS CLI installed and set up for your AWS account.
# deploy to AWS
npm run deploy
When this process is done you should see a summary, with link to your API.
git checkout serverless-offline