Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 493 Bytes

JukeBot Backend

Backend API for JukeBot

Development

npm install -g serverless
git clone https://github.com/theawayteam/jukebot-backend.git
cd since/
yarn
serverless deploy -s dev

Logging

Logs are pushed to LogDNA using the CloudWatch LogDNA integration. Logs are streamed from the CloudWatch stream to a LogDNA provided Lambda function and sent asynchronously so logging doesn't slow down core processing. The CloudWatch log filter used is ?debug ?info ?warn ?error.