GeoscienceAustralia / dea-orchestration

4 stars 1 forks source link

Stac check #101

Closed ashoka1234 closed 5 years ago

ashoka1234 commented 5 years ago

Reason for this PR

It was decided that event processing pipeline for STAC item processing now require feeds from an existing SNS topic that publishes S3 object creation events in an S3 bucket. This PR updates the terraform script that deploy SQS infrastructure and the lambda function to do improved filtering. Further documentation updates are given in README.md. Batch processing scripts do not require updates.

Solutions

[x] No SNS filtering is performed since filtering based on the message is not available. Instead filtering is performed within the lambda function itself.