Skip to content

Partner Event Source Pending Notifications

0

I would like to receive SNS notifications when a new partner event source request hits my account.

According to the docs, the partner makes an api request to the events service with the action "CreatePartnerEventSource". I have tried everything in cloudtrail to try to find this event but am getting nowhere.

Can anyone think of other ways I could tie into this to get notified when these requests come in?

1 Answer
0

Try to integrate EventBridge in your flows. https://docs.aws.amazon.com/sns/latest/dg/sns-event-sources.html

EXPERT
answered a year ago
  • I created an event bridge rule with the following filter:

    { "source": [{ "prefix": "aws.partner/salesforce.com" }] }

    but this does not receive the initial event of "CreatePartnerEventSource" on the default bus. This event is an AWS api event to event bridge that creates a partner event source request

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.