Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.07 KB

File metadata and controls

19 lines (12 loc) · 1.07 KB

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