diff --git a/README.md b/README.md index a067bf7be..f01b03c66 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Serverless Python Rds Cron](https://github.com/caulagi/serverless-python-rds-cron)**
A serverless python example that periodically removes entries from AWS RDS | [caulagi](http://github.com/caulagi) | | **[Serverless Python Sample](https://github.com/bennybauer/serverless-python-sample)**
A simple serverless python sample with REST API endpoints and dependencies | [bennybauer](http://github.com/bennybauer) | | **[Serverless React Boilerplate](https://github.com/99xt/serverless-react-boilerplate)**
A serverless react boilerplate for offline development | [99xt](http://github.com/99xt) | +| **[Serverless Ruby WebSocket Chat](https://github.com/IidaTakuma/ws-simple-chat)**
Simple WebSocket Chat composed of ServerlessFramework, AWS and Ruby | [IidaTakuma](http://github.com/IidaTakuma) | | **[Serverless Screenshot](https://github.com/svdgraaf/serverless-screenshot)**
Serverless Screenshot Service using PhantomJS | [svdgraaf](http://github.com/svdgraaf) | | **[Serverless Slack Cron](https://github.com/ivanderbu2/serverless-slack-cron)**
Lambda function which sends messages to Slack channel in regular intervals via cron trigger. | [ivanderbu2](http://github.com/ivanderbu2) | | **[Serverless Slack Emojibot](https://github.com/markhobson/emojibot)**
Serverless slack bot for emoji | [markhobson](http://github.com/markhobson) | diff --git a/community-examples.json b/community-examples.json index a2bdc74a6..4a0e61550 100644 --- a/community-examples.json +++ b/community-examples.json @@ -576,5 +576,10 @@ "name": "AWS Node Typescript Warmup Lambda Example", "description": "The following simple example shows how to solve the cold start problem of AWS lambda functions, through keeping function warm using Serverless WarmUp Plugin.", "githubUrl": "https://github.com/Pigius/AWS-Node-Typescript-Warmup-Lambda-Example" + }, + { + "name": "Serverless Ruby Websocket Chat", + "description": "Simple WebSocket Chat composed of ServerlessFramework, AWS and Ruby", + "githubUrl": "https://github.com/IidaTakuma/ws-simple-chat" } ]