aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.61k stars 627 forks source link

Missing json => dynamodbav v2 migration #2599

Open nbgraham opened 6 months ago

nbgraham commented 6 months ago

Describe the issue

In the migration guide to v2, it does not mention that the json tag will no longer work for marshalling items in dynamo. The new dynamodbav tag needs to be used.

Links

https://aws.github.io/aws-sdk-go-v2/docs/migrating/

AWS Go SDK V2 Module Versions Used

No response

RanVaknin commented 6 months ago

Hi @nbgraham ,

Thanks for reaching out. Good find. Will add to our backlog.

Thanks, Ran~