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
In item, there are only Id, Name, Age fields. There is no Male field.
I think we can fix it here: github.com/crowdmob/goamz/dynamodb/item.go: func parseAttributes
The text was updated successfully, but these errors were encountered:
It omits boolean key-value pair.
For example, in dynamodb table, we have a row with ID as HashKey, Name as RangeKey:
Using Table.GetItem
In
item
, there are onlyId
,Name
,Age
fields. There is noMale
field.I think we can fix it here:
github.com/crowdmob/goamz/dynamodb/item.go: func parseAttributes
The text was updated successfully, but these errors were encountered: