Hi everyone,
Has anyone found a way to send status of job/pipeline as message to Amazon SNS topic?
Hi everyone,
Has anyone found a way to send status of job/pipeline as message to Amazon SNS topic?
You can use REST API to get job status:
Here you can see that the job is INACTIVE and color is GRAY, also errorRecordCount = 0 and errorMessage = null so that means the job finished successfully.
You can create a generic pipeline that reads status for any job_id and generates a notification in SNS using the Publish API.
Another pipeline that polls this table so as soon as it gets a new row, invoke API to publish it to your SNS topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.