Commit a520b66
authored
It seems that when accessing boolean value from dynamodb index name `bool` is used instead of correct one `BOOL`.
Have a look at https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html to see list of available attribute values
1 parent aeb52c9 commit a520b66
File tree
1 file changed
+1
-1
lines changed- aws_lambda_powertools/utilities/data_classes
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments