aws-lambda-canary

1.0.1 • Public • Published

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
  • IAM_ROLE

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=

Readme

Keywords

none

Package Sidebar

Install

npm i aws-lambda-canary

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • nelsonic