Canary project for lambda services on AWS
The purpose of the "Canary" is to give people a gentle introduction to how we build AWS Lambda based Event-driven Microservices in Numo Labs.
Canary is a demo Lambda service that is meant to show everyone on the team how a project should be setup and tested.
To run this project locally, simply git clone
it and npm install
to get all the dependencies.
To run this project, you will need to have the following Environment Variables set:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_IAM_ROLE
- AWS_REGION
Copy/paste this export list into your text editor, add the appropriate values (request form project lead if you don't have them), then paste the complete export list into your environment.
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export IAM_ROLE=