Replies: 1 comment
-
Hey @zirkelc Yeah, this is a DynamoDB constraint 👎 The overlap is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm pretty sure this problem is not related to ElectroDB, but still maybe someone can point me in the right direction.
Playground
I want to create an empty map for
states
if the attribute doesn't exist, and then setstates.APP_INSTALLED = true
and removestates.APP_UNINSTALLED
. I don't see where the two document paths overlap. Also, I get the same error without theremove
expression.That's the created update expression:
Beta Was this translation helpful? Give feedback.
All reactions