serverless-101 ✌️

Welcome to serverless! This repo serves as a short introduction to how to get started with the serverless framework.

Setup

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

Deploy

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.

Next step 👉

git checkout serverless-offline