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
Thank you for your feature request, and for posting a workaround. You are correct that we currently do not support DDB Transactions in the DynamoDB Encryption Client for Python. I will keep this issue open for any future updates we may have.
Problem:
Are not currently supported by the
EncryptionClient
and passed through to the underlying client.Solution:
Fully implement
transact_get_items()
andtransact_write_items()
in theEncryptionClient
Out of scope:
Is there anything the solution will intentionally NOT address? No
Workaround
I was able to implement the following workaround to encrypt one of the
Put
requests within my transaction:The text was updated successfully, but these errors were encountered: