{ "Comment": "Contains a duplicate field in the payload template. type.$ and type are in conflict.", "StartAt": "Publish to Slack", "States": { "Publish to Slack": { "Type": "Task", "Resource": "arn:aws:lambda:::function:publish-to-slack-lambda", "Parameters": { "slackMessage": { "channel.$": "$.slackErrorChannel", "blocks": [ { "type": "section", "text": { "type": "mrkdwn", "type.$": "$.slackMessage.errorMessage" } } ] } }, "End": true } } }