function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DivyanshD SinghDivyanshD Singh 

Passing data to Platform events

I have a requirement where i have to integrate SFDC to AWS and thinking to use Platform events for the same.

My question is how can pass the data(records) to Platform events so that it can process it and send it to DynamoDB(AWS).

Like in trigger we pass trigger.new to our http class and it is therafter processed. How can i do this using Platform events so that our events publishes that particular data which i have to send it to DynamoDB.

Also, I have to process that in bulk.(more than 1k recs at a time.)

Any help would be appreciated.