update_item_values.json 545 B

1234567891011121314151617181920212223242526
  1. {
  2. ":a": {
  3. "L": [
  4. {
  5. "M": {
  6. "street": {"S": "Planet"},
  7. "number": {"N": "12"},
  8. "country": {"S": "Milky Way"}}},
  9. {
  10. "M": {
  11. "street": {"S": "Cosmic"},
  12. "number": {"N": "32"},
  13. "country": {"S": "Milky Way"}}},
  14. {
  15. "M": {
  16. "street": {"S": "Saturn"},
  17. "number": {"N": "13"},
  18. "country": {"S": "Andromeda"}}}]},
  19. ":k": {
  20. "L": [
  21. {"S": "Jane"},
  22. {"S": "Peter"},
  23. {"S": "Lucy"},
  24. {"S": "Andy"}]
  25. }
  26. }