Skip to content

Instantly share code, notes, and snippets.

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 goatandsheep/e276678bf73b7e36092a4a509a943822 to your computer and use it in GitHub Desktop.
Save goatandsheep/e276678bf73b7e36092a4a509a943822 to your computer and use it in GitHub Desktop.
{
"version" : "2017-02-28",
"operation" : "Scan",
"limit" : 1,
"filter" : {
"expression": "#filt = :val",
"expressionNames" : {
"#filt" : "parentId"
},
"expressionValues" : {
":val" : { "S": "${context.identity.username}"}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment