Skip to content

feature/dynamodb/attributevalue needs a new major version to remove all of the opt-in flags that should be default #2900

Open
@lucix-aws

Description

@lucix-aws
Contributor

We've had to add all of the following enhancements/fixes through opt-in flags on encode/decode options to avoid potentially breaking customer data.

All of these behaviors should realistically be on by default, which we should do in a 2.x major version of the feature/dynamodb/attributevalue module.

We CANNOT do this right now due to the internal mirror of the Go v2 SDK being a monolithic module. That would force the behavioral break on every internal customer. We would need to address that before bumping the major version here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.feature/dynamodb/attributevaluePertains to dynamodb attributevalue marshaler HLL (feature/dynamodb/attributevalue).p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lucix-aws

        Issue actions

          feature/dynamodb/attributevalue needs a new major version to remove all of the opt-in flags that should be default · Issue #2900 · aws/aws-sdk-go-v2