You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of writing, PartiQL BatchExecuteStatment can include updates, which would otherwise require TransactWriteItems or individual UpdateItem calls using the classic API. This is the only use case that has made me reach for PartiQL so far.
I believe you can also perform batch conditional Puts this way, which is again not supported by the standard BatchWriteItem
PartiQL support in this library ??
The text was updated successfully, but these errors were encountered: