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

send-hooks, webhook subscription management #1

Open
dzhang opened this issue Oct 31, 2023 · 8 comments
Open

send-hooks, webhook subscription management #1

dzhang opened this issue Oct 31, 2023 · 8 comments
Assignees

Comments

@dzhang
Copy link

dzhang commented Oct 31, 2023

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

@wirjo
Copy link
Contributor

wirjo commented Nov 18, 2023

Hey @dzhang,

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

@wirjo wirjo self-assigned this Nov 18, 2023
@Luan10017
Copy link

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

@wirjo
Copy link
Contributor

wirjo commented Apr 19, 2024

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.

@k0m09dx
Copy link

k0m09dx commented Jun 25, 2024

any updates on the webhook subscription management template ?

@SusannaAita
Copy link

I am interested too! :)

@yigalakselman
Copy link

Interested about the subscription management as well :)

@tom-cross
Copy link

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

@wirjo
Copy link
Contributor

wirjo commented Jan 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants