We have a setup to send the code deploy status to slack app. For that we created Lambda Function intergrated with SNS Notification. Using Webhook for slack the Lambda is sending status to slack. I am getting json format message as message but I need to modify that and make it simple status. How can I do that?
Thanks