serverless-chat

module
v0.0.0-...-55f02f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2020 License: BSD-3-Clause

README

Serverless Chat ☁️💬

Just another serverless chat built on AWS with Lambda, DynamoDB and Websocket API Gateway.

Configuration

The scripts use by default an AWS profile. The name of the profile is set in config/settings/AWS_PROFILE. To create such profile execute:

aws configure --profile $AWS_PROFILE

To test it, run:

aws s3 ls --profile $AWS_PROFILE

Manage the infrastructure

The AWS infrastructure can be managed through the simon-says script.

Create stack

./simon-says create-stack [test|prod]

Update stack

./simon-says update-stack [test|prod]

Delete stack

./simon-says delete-stack [test|prod]

Update Lambda function

./simon-says update-function [test|prod] [CreateMessage|RegisterUser]

Directories

Path Synopsis
functions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL