vitaliysapounov
Results
1
issues of
vitaliysapounov
### Describe the bug We tried to append an element to a List attribute in DynamoDB by executing an update like (https://stackoverflow.com/a/35001736): `SET my_list2 = list_append(if_not_exists(my_list2, :empty_list), :my_value)` Note that...
bug
p2