-
Notifications
You must be signed in to change notification settings - Fork 420
Null type becomes BOOL #928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Been a while since i did this, but if this is for deserialization, then I will double check @heitorlessa |
@sergiors @heitorlessa FYI, |
This is now released under 1.25.10 version! |
Is your feature request related to a problem? Please describe.
I did a stream to copy dynamodb to elasticsearch, I used the object
DynamoDBStreamEvent
, until that okey,but when I try get the values, the null type becomes a boolean type.
Describe the solution you'd like
I read the source-code the
AttributeValue.null_value
and think the null value should back to python native value, like described in boto3 typesDescribe alternatives you've considered
Additional context
As alternative to fix the stream copy, the only value that I need to check is the null value.
The text was updated successfully, but these errors were encountered: