How can I format and personalize the content of an AWS sns message?
I’m using sns service in a state machine that sends me a message when a glue job is failed or succeeded, and I don’t want to sent me like all the json format, just a message that has the JobRunState parameter in it.
Hi there, how can i format and personalize the content of an aws sns message?
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.