5

Salesforce and Amazon announced earlier this year there is a partnership to allow easier sync between the two tech stacks. I recall in a YouTube video AWS product engineers will be able to consume Salesforce platform events (CometD).

Is anyone familiar with this? And have some instructions or documentation on how his can be done!

1

1 Answer 1

4

This use case is addressed in the following Amazon AppFlow Trailhead module

Basically you configure AppFlow to subscribe to Salesforce Platform Events and then you can continue your logic in AWS, for example process the event data with a Lamda function, send it to an S3 bucket, or other AWS handled logic


Edit March 2022

There's an Event Bus Relay pilot which will enable plafform events to be directly passed to Eventbridge (and viceversa) without the need of AppFlow

2
  • I don't see an option for lambda as the destination. Is there any other way? Commented Mar 24, 2022 at 11:33
  • @DebuShinobi for that use case you can achieve it passing your Event to Eventbridge where you can subscribe a Lambda function aws.amazon.com/quickstart/eventbridge/aws-lambda Commented Mar 24, 2022 at 14:40

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.