asyncapi / bindings

AsyncAPI bindings specifications
Apache License 2.0
71 stars 75 forks source link

[FEATURE] Support for AWS EventBridge Event-Bus #262

Open wiljafor1 opened 3 hours ago

wiljafor1 commented 3 hours ago

Why do we need this improvement?

Currently, async-api lacks support for AWS EventBridge Event-Bus, which prevents teams using EventBridge from fully leveraging async-api to document and describe their event-driven architectures in a standardized way. Adding this support would make async-api more flexible and aligned with modern AWS event-driven architectures.

How will this change help?

By introducing AWS EventBridge Event-Bus as a supported binding, users will be able to describe and document their AWS event-driven architectures using async-api. This would streamline the process of defining event buses, rules, and targets, making it easier to integrate with AWS’s native event service.

Screenshots

(Not applicable for this request, but could be added once implemented.)

How could it be implemented/designed?

The feature could be implemented by extending the existing async-api bindings to include AWS EventBridge. Parameters like the event bus name, event rules, and potential target configurations could be added to the specification, allowing users to define how their EventBridge interacts with their system.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

github-actions[bot] commented 3 hours ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.