Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Oct 5, 2023
1 parent d5118df commit 5282565
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module ExecuteTransactionTransform {
var tableName := DdbStatement.TableFromStatement(statement);
if tableName.Failure? {
return Failure(Error.DynamoDbEncryptionTransformsException(message := tableName.error));
var tableName :- MapString(DdbStatement.TableFromStatement(statement));
}
if tableName.value in config.tableEncryptionConfigs {
return MakeError("ExecuteTransaction not Supported on encrypted tables.");
Expand Down

0 comments on commit 5282565

Please sign in to comment.