Examples to be used with the Building and Deploying Microservices with AWS workshop at RevolutionConf 2017.
- Node.js v6.5.0 or later
- Serverless CLI v1.14.0 or later --- run
npm install -g serverless
to install. - Configure AWS Credentials (instructions below)
-
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 to the latest.
- Run
yarn install
- Run
yarn run build:examples
to download node dependencies for all examples OR runyarn install
inside of each directory.