/serverless-tutorial-oreilly-live-training-2017

Examples to be used with the Building Simple Serverless Applications with AWS Lambda O’Reilly Media Live Training

Primary LanguageJavaScript

Overview

Examples to be used with the Building Simple Serverless Applications with AWS Lambda O’Reilly Media Live Training.

Install

  1. Node.js v6.5.0 or later
  2. Serverless CLI v1.14.0 or later --- run npm install -g serverless to install.
  3. Create an AWS Account, create an IAM user with Admin access and setup the Access Keys in your environment. Instructions can be found here that walk you through the process
  4. In each directory, run yarn install