send-hooks, webhook subscription management
Hi,
thanks for sharing this architecture. I know the webhook subscription management is optional, I did not see it in the template. is it possible to share that also? particularly the lambda to link webhook to eventbridge rule.
Dong
Hey @dzhang,
We are working on this and will get back to you.
Do you have any updates on the webhook subscription management template? This template would help me a lot!
Hey @Luan10017 - thanks for your interest. Unfortunately, we are still in progress and will let you know when ready. In the meantime, you can try using the relevant APIs.
any updates on the webhook subscription management template ?
I am interested too! :)
Interested about the subscription management as well :)
interested in this as well!
we're currently looking at EventBridge to manage event subscriptions for multiple customers, it would be really helpful to have some indication on what's the best api to achieve this
Thanks for the feedback.
If you are using API destinations, one option could be:
- Create a Connection for authentication using PutConnection API.
- Create an API Destination using CreateApiDestination API.
- Create a Rule and associate it with the API destination using PutRule and PutTargets APIs.