Questions tagged [serde-dynamodb]

1 questions
-1
votes
1 answer

Insert string into DynamoDB with serde_dynamodb: expected struct `AttributeValue`, found struct `rusoto_dynamodb::generated::AttributeValue`

I'm trying to write a nested JSON string into DynamoDB, using Here's my string: json_string =…
Richard
  • 62,943
  • 126
  • 334
  • 542