This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Shopify AWS EventBridge for Webhook #1113
Open
Description
Hi @osiset @Kyon147 @lucasmichot
I'm registering the webhook via AWS EventBridge, I have added the ARN for the webhook address.
Example:
'webhooks' => [
[
'topic' => 'app/uninstalled',
'address' => "arn:aws:events:eu-west-2::event-source/aws.partner/shopify.com/9999999/staging-event-bus"
],
],
While I'm installing the app in the Shopify store, I got this error: https://prnt.sc/8KxBgePrZSFC
Can you please check and let me where I'm wrong?
Thank you.