Skip to content

A chat application with a serverless architecture, running on AWS.

Notifications You must be signed in to change notification settings

OktarianTB/serverless-chat-app

Repository files navigation

Serverless Chat App

Background

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.

Screenshot 2022-09-04 at 23 19 33

Installation

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

About

A chat application with a serverless architecture, running on AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published