I am using StepFunctions query to get list of items in response and then pass response to parallel state and in parallel use map to do send SQS and update item. My Stepfunction flow looks like following
My issue is query response includes data types "S" in response that is making it's way into SQS and can't update dyanamodb
For e.g. the input to DynamoDB UpdateItem looks like : {"id": { "S": "2fc79eb4-5b7c-4c79-874b-*********" }}
How can I get rid of "S" from response.