« EventBridge » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 2 : | Ligne 2 : | ||
= Links = | = Links = | ||
* [https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html Schedule AWS Lambda functions using EventBridge] | * [https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-run-lambda-schedule.html Schedule AWS Lambda functions using EventBridge] | ||
* [https://www.boyney.io/blog/2021-04-15-debug-eventbridge-events-with-cloudwatch How to debug EventBridge Events with CloudWatch] | |||
= | = Description = | ||
{| class="wikitable wtp" | |||
! Name | |||
! Description | |||
|- | |||
| Rule || match incoming events and sends them to targets | |||
|- | |||
| Pipes || connect an event source to a target with optional filtering and enrichment | |||
|- | |||
| Schedule || invoke a target one-time or at regular intervals defined by a cron or rate expression | |||
|- | |||
| Schema registry || collect and organize schemas | |||
|} | |||
= Targets = | |||
{| class="wikitable wtp" | |||
! Target | |||
! Description | |||
|- | |||
| Event bus || could be on a different account or region | |||
|- | |||
| API destination || authorization with user and password, OAuth client credentials or API key | |||
|- | |||
| CloudWatch log group || | |||
|} |
Dernière version du 3 juin 2024 à 09:34
Links
Description
Name | Description |
---|---|
Rule | match incoming events and sends them to targets |
Pipes | connect an event source to a target with optional filtering and enrichment |
Schedule | invoke a target one-time or at regular intervals defined by a cron or rate expression |
Schema registry | collect and organize schemas |
Targets
Target | Description |
---|---|
Event bus | could be on a different account or region |
API destination | authorization with user and password, OAuth client credentials or API key |
CloudWatch log group |