What's the best practice for unmarshalling data returned from a dynamo operation in aws step functions? – Amazon web services
I am running a state machine running a dynamodb query (called using CallAwsService). The format returned looks like this: { Items: [ { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": {…