Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cookstaar/05bfaf85b525f70ef27afed1c8f0d208 to your computer and use it in GitHub Desktop.
Save cookstaar/05bfaf85b525f70ef27afed1c8f0d208 to your computer and use it in GitHub Desktop.
Slack slash command for AWS API Gateway Lambda
application/x-www-form-urlencoded
#set ($encodedJSON = $input.body.substring(8))
$util.urlDecode(${encodedJSON})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment