Closed
Description
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