sync
sync copied to clipboard
SQS/SNS notifications
Use notifications instead of S3 listObjects to pull data from a bucket.
Theoretically we should do such changes:
- setup SNS topic;
- configure SNS -> SQS;
- poll data from SQS instead of S3 listObjects.