Skip to content

Commit d68e095

Browse files
author
Lucas McDonald
committed
sync
1 parent 7577d4b commit d68e095

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/resource.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ def _resource_operation_logic(
297297
# (e.g. `ConsumedCapacity`)
298298
dbesdk_response = self._copy_sdk_response_to_dbesdk_response(sdk_output, dbesdk_response)
299299

300+
# Clean up the expression builder for the next operation
301+
self._resource_shape_to_client_shape_converter.expression_builder.reset()
302+
300303
return dbesdk_response
301304

302305
@property
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3+
"""Stub to allow relative imports of examples from tests."""
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
"""Stub to allow relative imports of examples from tests."""

0 commit comments

Comments
 (0)