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
We are using boto3 resource for dynamodb actions and TransactWriteItems would be incremental to make our db transactions robust. However the service resource does not support transact_write_items
It would be great if you can add this feature.
The text was updated successfully, but these errors were encountered:
Any status update on this? Could someone take a look to the PR provided by @lpsinger ?
Currently, it's annoying to use the client interface, because we need to provide the types for each attributes, this is a nightmare for nested maps. I know there's a library for attaching the types, but it'd be much better if it's supported by boto3 natively via the resource interface
We are using boto3 resource for dynamodb actions and
TransactWriteItems
would be incremental to make our db transactions robust. However the service resource does not supporttransact_write_items
It would be great if you can add this feature.
The text was updated successfully, but these errors were encountered: