im using sns service in a state machine that sends me a message when a glue job is failed or succeeded, and i dont want to sent me like all the json format, just a message that has the JobRunState parameter in it.
Thanks !!!
i already try to set the message i want to send on the sns state in the step function workflow like this:
{
“message”: “Job $.JobName Failed. Run id: $.Id”
}
but it does not read the parameters of the job
Simón López is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.