Last active
July 17, 2017 15:56
-
-
Save cookstaar/05bfaf85b525f70ef27afed1c8f0d208 to your computer and use it in GitHub Desktop.
Slack slash command for AWS API Gateway Lambda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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