Examples to be used with the Building and Deploying Microservices with the Serverless Framework tutorial at Fluent Conf 2017.
- Node.js v6.5.0 or later
- Serverless CLI v1.14.0 or later --- run npm install -g serverlessto install.
- 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
- 
Additional Resources: 
- 
Create an IAM user with admin access. The IAM user you associate with the AWS CLI should have admin permissions, including the ability to create IAM roles. 
- 
(Optional) Install the AWS CLI or update the version you have to the latest. 
 
- 
- Run yarn install
- Run yarn run build:examples(Mac and Linux only -- may not work on Windows) to download node dependencies for all examples OR runyarn installinside of each directory