unity-sds / unity-sps-prototype

Apache License 2.0
2 stars 7 forks source link

[New Feature]: Consume SNS message for job creation task and job completion tasks #188

Open LucaCinquini opened 1 year ago

LucaCinquini commented 1 year ago

Implement a task that will subscribe to an SNS topic to consume messages about job creation, update and completion, and update the jobs database correspondingly. Discuss options for implementation, perhaps serverless?

LucaCinquini commented 1 year ago

Drew, Ryan considering a Lambda function that subscribes to the SNS topic and writes to the OpenSearch database.