A chatbot that allows users to allocate roles for the board game Secret Hitler, using the AWS serverless platform. ⚡
- Integrates with Facebook Messenger (dev) and Telegram (dev). 🔌
- Uses AWS Lambda, DynamoDB and CloudFormation to be performant, scalable, and budget friendly! 💸
- Automated releases and deployments to separate dev and prod environments. 🚧
NPM command | What it does |
---|---|
install |
Install dependencies |
lint |
Find lint issues |
lint:fix |
Fix most lint issues |
test |
Run unit tests |
test:watch |
Run unit tests in watch mode |
deploy:dev |
Deploy to dev environment |
deploy:prod |
Deploy to prod environment |
teardown:dev |
Teardown dev environment |
teardown:prod |
Teardown prod environment |
See the contributing document for details.