« EventBridge » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
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] | ||
= 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 | |||
|} | |||
= [https://www.boyney.io/blog/2021-04-15-debug-eventbridge-events-with-cloudwatch How to debug EventBridge Events with CloudWatch] = | = [https://www.boyney.io/blog/2021-04-15-debug-eventbridge-events-with-cloudwatch How to debug EventBridge Events with CloudWatch] = |
Version du 31 mai 2024 à 09:38
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 |