Skip to content

Add method to DynamoDB Stream Event AttribubuteValue to return the proper type for that AttribubuteValue #461

Closed
@gwlester

Description

@gwlester

Is your feature request related to a problem? Please describe.

When attempting to transverse a DynamoDB Stream Event, it would be nice to know the datatype of an AttributeValue so the correct call to get the value could be made. I.E. string vs list vs map.

Describe the solution you'd like

Add an AtributeValue method that would return the type of value for that attribute. It would be also nice to have enumerated labels for the types.

Describe alternatives you've considered

We always get all three and test the class.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions