Welcome! This repo contains the backend AWS infrastructure and Lambda functions for Cleaner.io.
Cleaner.io is a quick and secure way for cleaners of public transport to verify when they last cleaned the train, tram, or bus and allows for total transparency and assurance for passengers.
Check out our project on Devpost, and also our frontend app.
Basically, it's a HTTP API backed by some Lambdas. These Lambda functions talk to a dynamoDB table which stores the cleaning logs.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
