File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Examples/runtimes/python/DynamoDBEncryption/src/keyring Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
- Sort key is named "sort_key" with type (S)
17
17
"""
18
18
import pathlib
19
+
19
20
import boto3
20
21
from aws_cryptographic_material_providers .mpl import AwsCryptographicMaterialProviders
21
22
from aws_cryptographic_material_providers .mpl .config import MaterialProvidersConfig
28
29
RawEcdhStaticConfigurationsRawPrivateKeyToStaticPublicKey ,
29
30
RawPrivateKeyToStaticPublicKeyInput ,
30
31
)
31
- from aws_cryptography_primitives .smithygenerated .aws_cryptography_primitives .models import ECDHCurveSpec
32
32
from aws_cryptographic_material_providers .mpl .references import IKeyring
33
+ from aws_cryptography_primitives .smithygenerated .aws_cryptography_primitives .models import ECDHCurveSpec
33
34
from aws_dbesdk_dynamodb .encrypted .client import EncryptedClient
34
35
from aws_dbesdk_dynamodb .structures .dynamodb import (
35
36
DynamoDbTableEncryptionConfig ,
You can’t perform that action at this time.
0 commit comments