Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.36 KB

File metadata and controls

20 lines (13 loc) · 1.36 KB

Overview

Examples to be used with the Building and Deploying Microservices with the Serverless Framework tutorial at Fluent Conf 2017.

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. Run yarn install
  5. Run yarn run build:examples (Mac and Linux only -- may not work on Windows) to download node dependencies for all examples OR run yarn install inside of each directory