Skip to content

Mapping attribute in DynamoDBDocument that can be of type S or N does not work #6

@maxvandewiel

Description

@maxvandewiel

I am unable to to Map a attribute in de DB Document that depending on the record/document in the DB is of type N, S OR M?
Using Item gives me a empty result however the attribute in de document in the DB contains items.

i.e.
{
...
"data": {
"M": {
"value": {
"S": "Word"
}
}
}...
}

{
...
"data": {
"M": {
"value": {
"N": 244
}
}
}...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions