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 1616 - Sort key is named "sort_key" with type (S)
1717"""
1818import pathlib
19+
1920import boto3
2021from aws_cryptographic_material_providers .mpl import AwsCryptographicMaterialProviders
2122from aws_cryptographic_material_providers .mpl .config import MaterialProvidersConfig
2829 RawEcdhStaticConfigurationsRawPrivateKeyToStaticPublicKey ,
2930 RawPrivateKeyToStaticPublicKeyInput ,
3031)
31- from aws_cryptography_primitives .smithygenerated .aws_cryptography_primitives .models import ECDHCurveSpec
3232from aws_cryptographic_material_providers .mpl .references import IKeyring
33+ from aws_cryptography_primitives .smithygenerated .aws_cryptography_primitives .models import ECDHCurveSpec
3334from aws_dbesdk_dynamodb .encrypted .client import EncryptedClient
3435from aws_dbesdk_dynamodb .structures .dynamodb import (
3536 DynamoDbTableEncryptionConfig ,
You can’t perform that action at this time.
0 commit comments