AWS EventBridge Sender Connector
AWS EventBridge Sender Connector allows sending events to a specified EventBridge event bus.
Service Description
The AWS EventBridge Sender Connector enables applications to send structured event data to an EventBridge event bus. This ensures seamless event-driven communication between distributed systems and external services. The connector can be used to publish business events, application logs, and system notifications.
By leveraging EventBridge rules, events can be routed to various AWS services such as Lambda, SQS, SNS, and Step Functions, enabling automation and event-driven workflows.
Required Connector Properties
- Event Bus Name: Specifies the name of the event bus where the event will be sent.
- AWS Credential: The authentication credentials used for AWS EventBridge operations.
- Region: The AWS region in which the EventBridge service is used.
- Operation: Defines the EventBridge action to be performed. Supported operations:
Put Event
Use the AWS EventBridge Sender Connector when there is a need to send event notifications, application logs, or system alerts in real-time. This helps in building highly scalable and loosely coupled architectures.