Skip to content

Commit b6f9173

Browse files
authored
feat: Add twitch-eventsub-to-discord-webhook community example (#692)
1 parent 2f81cd8 commit b6f9173

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ serverless install -u https://github.com/author/project -n my-project
212212
| **[Serverless Lambda S3 Demonstration](https://github.com/johncmunson/serverless-lambda-s3)** <br/> This project demonstrates how the Serverless Framework can be used to deploy a NodeJS Lambda function that responds to events in an S3 bucket. | [johncmunson](http://github.com/johncmunson) |
213213
| **[Serverless Load Balancer](https://github.com/pharindoko/serverless-load-balancer)** <br/> A sample that shows how to combine a load balancer with (vpc/subnet configuration) with a lambda. | [pharindoko](http://github.com/pharindoko) |
214214
| **[Serverless Next.js Example](https://github.com/kimcoder/serverless-nextjs)** <br/> Next.js example project for development & deploy. | [kimcoder](http://github.com/kimcoder) |
215+
| **[Serverless Python Twitch Eventsub To Discord Webhook On Aws](https://github.com/dylmye/aws-python-twitch-eventsub-to-discord-webhook)** <br/> This template takes go-live events from Twitch EventSub, and publishes the events through a Discord webhook | [dylmye](http://github.com/dylmye) |
215216
| **[Serverless Rds Log Sync S3](https://github.com/drocco007/serverless-aws-rds-logs-s3)** <br/> Annotated exmaple of a periodic scheduled task to sync changed RDS log files to an S3 bucket. | [drocco007](http://github.com/drocco007) |
216217
| **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)** <br/> ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
217218
| **[Serverless Sns Sqs Offline Example ](https://github.com/kenyipp/serverless-sns-sqs-offline-example)** <br/> Minimal example of running serverless-offline with SQS and SNS in local environment. | [kenyipp](http://github.com/kenyipp) |

community-examples.json

+5
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,10 @@
561561
"name": "Monorepo Typescript microservices",
562562
"description": "An opinionated Serverless template with several Typescript microservices in a monorepo",
563563
"githubUrl": "https://github.com/fargito/serverless-monorepo-microservices-template"
564+
},
565+
{
566+
"name": "Serverless Python Twitch EventSub to Discord Webhook on AWS",
567+
"description": "This template takes go-live events from Twitch EventSub, and publishes the events through a Discord webhook",
568+
"githubUrl": "https://github.com/dylmye/aws-python-twitch-eventsub-to-discord-webhook"
564569
}
565570
]

0 commit comments

Comments
 (0)