Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.35 KB

File metadata and controls

29 lines (19 loc) · 1.35 KB

Language grade: JavaScript Build Status codecov Dependency Status devDependency Status

c2w-lambda-api-clubs

AWS Lambda function to expose user activities data and enjoy Cycle2work.

After cloning the repository, run npm install or yarn to install all dependencies.

Table of Contents

Configuration

The lambda can be configured using a dotenv file (key=value format).

Env Vars

Example of .env file:

MONGODB_URL="mongodb://localhost:27017/test"
LOG_LEVEL=debug