https://github.com/makerxstudio/eventbridgedemo
An AWS EventBridge Demo for the Empowering Event Driven Architecture blog post
https://github.com/makerxstudio/eventbridgedemo
aws blog eventbridge example
Last synced: 8 days ago
JSON representation
An AWS EventBridge Demo for the Empowering Event Driven Architecture blog post
- Host: GitHub
- URL: https://github.com/makerxstudio/eventbridgedemo
- Owner: MakerXStudio
- Created: 2022-01-21T06:56:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:31:20.000Z (about 2 years ago)
- Last Synced: 2023-04-06T04:31:29.853Z (about 2 years ago)
- Topics: aws, blog, eventbridge, example
- Language: TypeScript
- Homepage:
- Size: 645 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventBridge Sample
This is the code for the blog post: https://blog.makerx.com.au/empowering-event-driven-architecture/
## What is the user story for the demo?
As a busy developer and not having enough time to check the internet, I want to be notified of the Australian Google Search trends so that I'm aware of what's happening.
How to achieve this? setting up a small service to pull Google search trends i.e. "The Puller". It will pull the trends, do some transformation and push the events to the EventBridge service. The EventBridge service has rules to filter based on category (based on some keywords to differentiate topics I'm interested in). The EventBridge service will post some events to a general channel and message others as a direct message to myself on Slack. The events will be delivered to Cloudwatch for tracing and logging with different logs groups.
## The Big Picture
