Skip to content

Instantly share code, notes, and snippets.

@misterussell
Created June 20, 2018 22:30
Show Gist options
  • Save misterussell/e801272eafce4bf60bb8f8e5c245488f to your computer and use it in GitHub Desktop.
Save misterussell/e801272eafce4bf60bb8f8e5c245488f to your computer and use it in GitHub Desktop.
request map
{
"version" : "2017-02-28",
"operation" : "Query",
"query" : {
"expression": "id = :id",
"expressionValues" : {
":id" : {
"S" : "${ctx.args.id}"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment