In this post, we will see how to resolve Insert string into DynamoDB with serde_dynamodb: expected struct AttributeValue, found struct rusoto_dynamodb::generated::AttributeValue Question: I’m trying to write a nested JSON string into DynamoDB, using Here’s my string: Here’s my code: However, ...