I created a real-time chat application using a serverless architecture. This app leverages serverless-stack to easily deploy resources to AWS, including to Lambda, DynamoDB, and API Gateway. I built a simple React frontend using the chat-ui-kit.
Configure the AWS CLI:
aws configure
Install dependencies:
npm install
cd services/
npm install
Then to run:
npm start
cd frontend/
npm start
To delete the created resources:
npm run remove