AWS Lambda function to expose user activities data and enjoy Cycle2work
.
After cloning the repository, run npm install
or yarn
to install all dependencies.
The lambda can be configured using a dotenv
file (key=value format).
Example of .env
file:
MONGODB_URL="mongodb://localhost:27017/test"
LOG_LEVEL=debug