Cloud

Write an awesome doc for cloud and how to deploy our apps using technologies like AWS, GitHub actions, CI/CD and Docker. Also a very comprehensive documentation around AWS.

View on GitHub

EventBridge

Cancel subscription example

Cancel subscription example infographic

Creating new EventBridge

We have different type of EventBridges. So here is a list of the one that are offered ATM (29.07.2024).

Type Description
Rule Matches incoming events and sends them to targets for processing.
Pipe Connects an event source, to a target, with optional filtering and enrichment.
Schedule Invokes a target<table style="display:inline"><tr><td>one-time.</td></tr><tr><td>at regular intervals defined by a cron or rate expression.</td></tr></table>
Schema registry We can define/discover our events schemas. And then we can organize those who can be grouped together in schema registry.

EventBridge scheduler

EventBridge rule

Rule

What is a rule

Event pattern

When we are creating a new EventBridge rule we need to specify the patterns that should be targeted.

What is event pattern in EventBridge rules