Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "version": "2017-02-28",
  3. "operation": "PutItem",
  4. "key": {
  5. "id": $util.dynamodb.toDynamoDBJson($util.autoId()),
  6. },
  7. "attributeValues": $util.dynamodb.toMapValuesJson($context.arguments.input),
  8. "condition": {
  9. "expression": "attribute_not_exists(#id)",
  10. "expressionNames": {
  11. "#id": "id",
  12. },
  13. },
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement