/aws

Primary LanguageJavaScript

Overview

Examples to be used with the Building and Deploying Microservices with AWS workshop at RevolutionConf 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. Configure AWS Credentials (instructions below)
  1. Run yarn install
  2. Run yarn run build:examples to download node dependencies for all examples OR run yarn install inside of each directory.