-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing replacement for dynamodb.MarshalMap and dynamodb.UnmarshalMap #790
Comments
Thanks for reaching out @ianchildress, we will be reintroducing support for the |
Thank you for the reply @skmcgrail . What should we do in the meantime? It seems our option is either we don't use this version or we need to write our own Marshaller? With respect, I don't understand what the developer is expected to do with this release when basic functionality is unavailable. The heavy the lifting being passed to the developer. This is incredibly frustrating and has already taken a great deal of our time trying to find a solution. |
Would the port be backwards compatible with v0.24.0 and earlier? In the meanwhile, are there any examples/resources on usage without previously mentioned MarshalMap and UnmarshalMap? |
Thanks for reaching out and voicing your support for the DynamoDB AttributeValue marshaler utilities. I've created #895 to track this feature being added back to the v2 SDK, along with associated features that need to be closed out. Lets use that issue for tracking this feature. |
|
Just in case someone ends up here in the same coil of desperation...
|
@qfornaguera thank you! |
@qfornaguera Thanks a lot!!!! |
Thanks for the reference. |
Confirm by changing [ ] to [x] below:
The documentation didn't update with the v0.25.0 release when dynamodb.MarshalMap disappeared. There isn't an obvious replacement now that AttributeValue has moved from dynamodb to the types package.
The text was updated successfully, but these errors were encountered: