Broadcast an incoming Cumulus message to SQS. This lambda function works with Cumulus Message Adapter, and it can be used anywhere in a step function workflow to report execution, granule and PDR status.
Note that the initial and final reporting of an execution/granule/PDR status is now handled by Cumulus outside of the workflow process, so the use of this task to report start/stop status is unsupported. This task should only be utilized if an update to status mid-workflow is desired.
If the task's input includes a payload
key, the value of the key is returned as the output of the task, otherwise the output will be an empty object.
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
To make a contribution, please see our contributing guidelines.