Skip to content

Instantly share code, notes, and snippets.

@anandsunderraman
Created April 19, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anandsunderraman/63023a5cefbbf1918391cbbcac78991e to your computer and use it in GitHub Desktop.
Save anandsunderraman/63023a5cefbbf1918391cbbcac78991e to your computer and use it in GitHub Desktop.
Request Body Mapping for AWS API Gateway for form url encoded
#set($inputRoot = $input.path('$'))
#set($tokens = $inputRoot.split('&'))
client_secret=SECRET&$tokens[0]&$tokens[1]&$tokens[2]&$tokens[3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment