This is a simple POC backend of a chat application built with AWS Lambda, MongoDB, Redis, RabbitMQ.
- Download AWS CLI
- Download redis and redis-cli
- Download Docker
- Download MongoDB
- Move into the
serverless-backend
folder. - Type
mvn clean package
->sam build
->sam local invoke ServerlessBackendFunction -e event.json
.