Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Last active February 15, 2016 10:32
Show Gist options
  • Save davidvanleeuwen/40cdc1708de932ddceef to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/40cdc1708de932ddceef to your computer and use it in GitHub Desktop.
{
"body": $input.json("$"),
"resourceId": "$input.params('id')",
"header": {
"Authorization": "$input.params('Authorization')"
},
"info": {
"sourceIp": "$context.identity.sourceIp",
"userAgent": "$context.identity.userAgent"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment