How to update the nested JSON file in DynamoDB -


there map structure in dynamodb , wonder how can update it. example if map structure like: {a {b {c, d, e}}}, code should write if want delete e or want delete b , included in b (c,d,e)?

for case:

  1. do updateitem updateexpression="delete a.b.e"
  2. do updateitem updateexpression="delete a.b"

case 2 delete nested attribute e, e inside a.b, case 2 superset of change described case 1.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -