Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "demo-global-table": [
  3. {
  4. "PutRequest": {
  5. "Item": {
  6. "id": {"S": "0123456789"},
  7. "firstname": {"S": "Jeff"},
  8. "lastname": {"S": "Barr"}
  9. }
  10. }
  11. },
  12. {
  13. "PutRequest": {
  14. "Item": {
  15. "id": {"S": "0987654321"},
  16. "firstname": {"S": "Sébastien"},
  17. "lastname": {"S": "Stormacq"}
  18. }
  19. }
  20. },
  21. {
  22. "PutRequest": {
  23. "Item": {
  24. "id": {"S": "1357902468"},
  25. "firstname": {"S": "Julien"},
  26. "lastname": {"S": "Simon"}
  27. }
  28. }
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement