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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: