You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to create this issue, and PR. I left feedback in the PR. Adding a new set of MarshalWithOptions and similarly UnmarshalWithOptions functions to the package would allow this functionality to be used without breaking the existing function signatures.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
As a AWS SDK go v2 user, I want to be able to set a custom
KeyTag
onattributevalue.MarshalMap
, so I can keep the compatibility with previous v1 SDK.Is your Feature Request related to a problem?
Currently the
attributevalue.MarshalMap
doesn't accept the Encoder options, even though it is possible without breaking changes.By default,
KeyTag
is set todynamoav
. Passing the Encoder options will allow setting up a KeyTag likejson
.Proposed Solution
No response
Describe alternatives you've considered
No response
Acknowledge
AWS Go SDK version used
v2
Go version used
1.16
The text was updated successfully, but these errors were encountered: