Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS EventBridge #3136

Open
jackivanov opened this issue May 17, 2024 · 0 comments
Open

Support AWS EventBridge #3136

jackivanov opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jackivanov
Copy link

Is your feature request related to a problem? Please describe.
Argo Events currently supports Kafka as an eventbus option, but many users are requesting integration with AWS EventBridge due to its ability to tie together various AWS components seamlessly. Users want a more robust solution that integrates well with AWS services, and EventBridge fits this requirement perfectly.

Describe the solution you'd like
I'm requesting support for AWS EventBridge as an eventbus option in Argo Events. This would allow users to integrate their workflows and event-driven architectures with AWS services using EventBridge's advanced features like event routing, transformation, and integration with services such as Lambda, S3, SQS, and more.

Describe alternatives you've considered
One alternative is to tie up Kafka (Self hosted or AWS MSK) with EventBridge, but this approach requires additional effort for filtering and transformation, such as using Lambda functions to expand nested base64 in the event body emitted by EventSource. Another possibility is using a workflow trigger, but this only covers a portion of the functionality needed and doesn't provide a comprehensive solution like native support for AWS EventBridge in Argo Events would offer.

Additional context


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@jackivanov jackivanov added the enhancement New feature or request label May 17, 2024
@jackivanov jackivanov changed the title Support AWS EventBridge as Eventbus Option Support AWS EventBridge May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant