Skip to content

Instantly share code, notes, and snippets.

@phanviet
Created December 8, 2019 14:54
Show Gist options
  • Save phanviet/89c9f5ff1dfc9e0343fd6681f017f3db to your computer and use it in GitHub Desktop.
Save phanviet/89c9f5ff1dfc9e0343fd6681f017f3db to your computer and use it in GitHub Desktop.
VTL get example
{
"version": "2017-02-28",
"operation": "GetItem",
"key": #if( $modelObjectKey ) $util.toJson($modelObjectKey) #else {
"id": $util.dynamodb.toDynamoDBJson($ctx.args.id)
} #end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment