Skip to content

numo-labs/aws-lambda-canary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-canary login with github

Canary project for lambda services on AWS

CodeShip Status codecov.io Dependency Status devDependency Status

Why?

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.

What?

Canary is a demo Lambda service that is meant to show everyone on the team how a project should be setup and tested.

How?

To run this project locally, simply git clone it and npm install to get all the dependencies.

Required Environment Variables

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=

About

🐤 Canary project for lambda services on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published