You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this, the response from DynamoDB for GetItem calls would look like this: { "Key1": "[{"S":"Value1"}]", "Key2": "[{"S":"Value2-1"},{"S":"Value2-2"},{"S":"Value2-3"},{"S":"Value2-4"},{"N": 25},{"S":"Value2-6"}]" }
The text was updated successfully, but these errors were encountered:
Without this, the response from DynamoDB for GetItem calls would look like this:
{ "Key1": "[{"S":"Value1"}]", "Key2": "[{"S":"Value2-1"},{"S":"Value2-2"},{"S":"Value2-3"},{"S":"Value2-4"},{"N": 25},{"S":"Value2-6"}]" }
The text was updated successfully, but these errors were encountered: