AWS Lambda function to expose dashboard data and enjoy cycle2work.io
.
After cloning the repository, run npm install
or yarn
to install all dependencies and yarn dev
to start developing.
List of env vars and defaults:
Name | Default |
---|---|
LOG_LEVEL | debug |
PROCESSED_ACTIVITIES_COLLECTION | processed-activities |
MONGODB_NAME | test |
MONGODB_URL | mongodb://localhost:27017/test?retryWrites=true&w=majority |