webhooks icon indicating copy to clipboard operation
webhooks copied to clipboard

send-hooks, webhook subscription management

Open dzhang opened this issue 2 years ago • 8 comments

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

dzhang avatar Oct 31 '23 11:10 dzhang

Hey @dzhang,

We are working on this and will get back to you.

wirjo avatar Nov 18 '23 23:11 wirjo

Do you have any updates on the webhook subscription management template? This template would help me a lot!

Luan10017 avatar Apr 18 '24 18:04 Luan10017

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.

wirjo avatar Apr 19 '24 03:04 wirjo

any updates on the webhook subscription management template ?

k0m09dx avatar Jun 25 '24 09:06 k0m09dx

I am interested too! :)

SusannaAita avatar Jul 24 '24 09:07 SusannaAita

Interested about the subscription management as well :)

yigalakselman avatar Nov 05 '24 16:11 yigalakselman

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

tom-cross avatar Jan 08 '25 14:01 tom-cross

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.

wirjo avatar Jan 08 '25 21:01 wirjo