The back end for the multiplayer dice game "Dice 10000" built with Node.js and deployed using AWS Lambda functions.
Features:
- Websocket API used with AWS Websocket API Gateway.
- State stored using AWS DynamoDB.
- Fully defined as infrastructure as code, using AWS Serverless Application Model to create all the application resources.
- CI/CD Pipeline using AWS CodePipeline and AWS CodeBuild, so that you can just push to the Github and it will automatically deploy.