Skip to content

Instantly share code, notes, and snippets.

@jreijn
Created June 21, 2022 08:12
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 jreijn/7eeb8f45b1cf36cc01021704544fdf0e to your computer and use it in GitHub Desktop.
Save jreijn/7eeb8f45b1cf36cc01021704544fdf0e to your computer and use it in GitHub Desktop.
Request body mapping template Response body mapping template
$context.requestOverride.header.header_name $context.responseOverride.header.header_name
$context.requestOverride.path.path_name $context.responseOverride.status
$context.requestOverride.querystring.querystring_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment