• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB

Serverless Chat

A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB.

The architecture of this application is described in this article:

Deploying to AWS

A script is provided, deploy.sh which uses AWS CloudFormation to provision all the resources needed for this demo. To use it:

  • Create an AWS account.

  • Visit the IoT management page in the AWS web console and ensure that an IoT endpoint has been provisioned for your account.

  • Install the AWS command line tools and set up your credentials.

  • Run the deploy.sh script, specifying a name for your new CloudFormation stack, an AWS region and the name of an S3 bucket where the CloudFormation config files will be stored. The S3 bucket will be created if it does not exist.

    ./deploy.sh LambdaChatStack us-west-1 my.s3.bucket.name

Once the AWS resources have been provisioned, the script will print a URL to visit in your browser to see the demo.

NB: The Kinesis functionality has been disabled because it is billed per shard-hour. To enable it, edit cloudformation/template.yaml and uncomment the relevant lines before running deploy.sh.

More Repositories

1

LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
JavaScript
1,371
star
2

yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
Python
643
star
3

ServerlessByDesign

A visual approach to serverless development. Think. Build. Repeat.
JavaScript
289
star
4

AWS_Lambda_in_Action

This source code distribution is a companion to the AWS Lambda in Action book available from Manning Publications.
JavaScript
287
star
5

multimodal-chat

A multimodal chat interface with many tools.
Python
66
star
6

serverless-positive-chat

An inclusive chat that avoids negative messages and translates the content in the language that you choose, tracking the main topics of a chat room.
JavaScript
53
star
7

SampleBatchProcessing

Sample Implementation of Batch Processing on Amazon Web Services (AWS)
Shell
50
star
8

evolutionary-serverless-architectures-with-safe-deployments

A sample implementation of an evolutionary architecture for a serverless application using safe deployments, automatically computing the fitness function at deployment time, with the possibility to rollback back if fitness is not improving.
JavaScript
40
star
9

serverless-iot-analytics

Serverless processing of sensor data using AWS IoT, Amazon Kinesis and AWS Lambda to display the result graphically on a static web page.
JavaScript
28
star
10

serverless-observability-sample-app

A sample application you can use to test observability for serverless apps
JavaScript
24
star
11

AutoScaling2IFTTT

A sample AWS Lambda function to push EC2 Auto Scaling notifications to IFTTT via the Maker channel
JavaScript
21
star
12

lambda-rust-and-cdk

TypeScript
19
star
13

SNS2IFTTT

A sample AWS Lambda function to push SNS notifications to IFTTT via the Maker channel
JavaScript
19
star
14

runjop

RunJOP (Run Just Once Please) is a distributed execution framework to run a command (i.e. a job) only once in a group of servers.
Python
19
star
15

events-and-workflows

A sample application showing a serverless retail shop using a workflow to create an order.
JavaScript
18
star
16

oss-for-generative-ai

Open Source Frameworks for Building Generative AI Applications
Python
16
star
17

portable-serverless-app

An example of portable serverless app that can run on multiple platforms.
JavaScript
15
star
18

reInvent2022-BOA310

Code used at re:Invent 2022 for session BOA310 "Building observable applications with OpenTelemetry"
Python
14
star
19

lightbulbSwitch

Sample AWS Lambda function to use AWS IoT Device Shadow to switch a connected lightbulb ON or OFF
JavaScript
14
star
20

first-step-functions

Sample AWS Step Functions application to get practice with SAM templates, Lambda functions, SNS topics and SQS queues.
JavaScript
14
star
21

graphql-api-security-with-aws-appsync-and-amplify

13
star
22

yas3fs-console

A web console to easy monitor the nodes of a YAS3FS cluster.
JavaScript
13
star
23

analyzing-data-aws-lambda

Python
11
star
24

CloudWatchAlarm2IFTTT

A sample AWS Lambda function to push Amazon CloudWatch alarms to IFTTT via the Maker channel
JavaScript
9
star
25

time-series-and-data-lakes

Python
8
star
26

danilop-personal-page

A simple script to populate a web page with links, retrieving link info using the Open Graph protocol. I built it for my personal page.
HTML
8
star
27

commit-message-generator

Elevate your Git workflow with intelligent, context-aware commit messages generated by an AI language model.
Python
7
star
28

ec2-watchdog

EC2-WatchDog is a simple (bash) script for Amazon EC2 to monitor another node for HA and take over a Virtual IP (VIP) if the service on the other node fails.
Shell
7
star
29

security-camera

A DIY Security Camera with a Raspberry Pi and AWS
Python
6
star
30

serverless-time

Sample Serverless App for CI/CD using AWS SAM
JavaScript
5
star
31

serverless-functions-and-containers

HTML
5
star
32

store-and-reply

JavaScript
5
star
33

JustAGame

A (very) simple game to showcase the power of HTML5 + WebSockets and the use of Amazon Web Services (AWS) APIs within an application
JavaScript
4
star
34

snsUnsubscribeNonExistingQueues

This is a sample script using the new AWS CLI and jq to check for SNS subscription by SQS queues that are not existing anymore and remove (unsubscribe) them.
Shell
3
star
35

serverless-ml

Sample serverless data pipeline powered by machine learning
JavaScript
3
star
36

generative-ai-team-building

Your not alone to reach your goal!
Python
2
star
37

first-serverless-functions

A few examples of Lambda functions to start with serverless development
JavaScript
2
star
38

CloudConf2023-observability-demo

Code used in my CloudConf 2023 keynote – From complexity to observability using OpenTelemetry
Python
2
star
39

non-deterministic-software-testing

How to test non-deterministic software, including applications using generative AI and Large Language Models (LLMs).
Python
2
star
40

llm-test-mate

A testing framework for LLM-generated content. Makes it easy to validate outputs from large language models using semantic similarity and LLM-based evaluation.
Python
2
star
41

knn-search-algorithm-comparison

KNN Search Algorithm Comparison – This project compares the performance of different K-Nearest Neighbors (KNN) search algorithms across various dataset sizes and dimensions.
Python
2
star