Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bagashiz/gobrol-lambda

Serverless live chat application back-end using AWS Lambda, Websocket Gateway, and DynamoDB.
https://github.com/bagashiz/gobrol-lambda

Last synced: 17 days ago
JSON representation

Serverless live chat application back-end using AWS Lambda, Websocket Gateway, and DynamoDB.

Awesome Lists containing this project

README

        

# Gobrol Lambda

## ⚠️ WIP ⚠️

Serverless live chat application back-end using AWS Lambda, Websocket Gateway, and DynamoDB. Leveraged [Terraform](https://www.terraform.io/) to provision the infrastructure.

## Getting Started

1. Unless you develop in devcontainer, you need to install the [Task](https://taskfile.dev/installation/) CLI on your local machine for running the tasks. You also need to install [Terraform CLI](https://developer.hashicorp.com/terraform/install) and [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) on your local machine, then configure your AWS credentials. Refer to the [Terraform documentation](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/aws-build) for setting up your AWS credentials.

2. Run `task` to download the dependencies and build the project.