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
AttributeValue's N type is string, but according to the (dynamodb-2012-08-10.normal.json)[https://github.com/aws/aws-sdk-net/blob/master/ServiceModels/dynamodb-2012-08-10.normal.json] service model, it's a "NumberAttributeValue" and thus I think should be a double? or something in AttributeValue.
Also, AttributeValue's constructor only takes a string or List. It'd be easier to use in practice if it accepted the other acceptable attribute types.
The text was updated successfully, but these errors were encountered:
AttributeValue's N type is string, but according to the (dynamodb-2012-08-10.normal.json)[https://github.com/aws/aws-sdk-net/blob/master/ServiceModels/dynamodb-2012-08-10.normal.json] service model, it's a "NumberAttributeValue" and thus I think should be a double? or something in AttributeValue.
Also, AttributeValue's constructor only takes a string or List. It'd be easier to use in practice if it accepted the other acceptable attribute types.
The text was updated successfully, but these errors were encountered: