Skip to main content
Question

AWS S3 Events in Streamsets on-cloud

  • November 15, 2022
  • 2 replies
  • 36 views

How we can capture AWS S3 Events in streamsets on cloud,which service we can use here? 

2 replies

alex.sanchez
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 73 replies
  • November 15, 2022

Hi @Priya151997 

S3 Events are not natively supported, we can read/write data to S3, but we don’t have direct support for events.

You can probably craft something with AWS Lambda and/or Scripting stages, but that will require some work.

 

Thanks


saleempothiwala
Headliner
Forum|alt.badge.img

@Priya151997 

What alex said 

PLUS

Also, you can set it to write events to SQS and then use SQS Origin to read the events.


Reply