We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbede9 commit fbc1115Copy full SHA for fbc1115
TestVectors/runtimes/go/ImplementationFromDafny-go/CreateWrappedItemEncryptor/extern.go
@@ -0,0 +1,11 @@
1
+package CreateWrappedItemEncryptor
2
+
3
+import (
4
+ "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Wrappers"
5
+ "github.com/aws/aws-database-encryption-sdk-dynamodb/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes"
6
+ "github.com/aws/aws-database-encryption-sdk-dynamodb/WrappedAwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorService"
7
+)
8
9
+func CreateWrappedItemEncryptor(config AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes.DynamoDbItemEncryptorConfig) Wrappers.Result {
10
+ return WrappedAwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorService.WrappedDynamoDbItemEncryptor(config)
11
+}
0 commit comments