+
+
+ parameters.tableName string
+ |
+ Table name.
+ |
+
+
+
+
+
+ parameters.hashKey string
+ |
+ Table hash key.
+ |
+
+
+
+
+
+ parameters.rangeKey string?
+ |
+ Table range key.
+ |
+
+
+
+
+
+ parameters.translateConfig Object
+
+ (default defaultTranslateConfig )
+ |
+ Translate config.
+ |
+
+
+
+
+
+ parameters.createAwsDynamoDBDocumentClient function
+
+ (default DynamoDBDocumentClient.from )
+ |
+ Factory to create a DynamoDBDocumentClient.
+ |
+
+
+
+
+
+ parameters.name string
+
+ (default dynamodb-document )
+ |
+ Client name.
+ |
+
+
+
+
+
+ parameters.reqId string
+
+ (default <uuid> )
+ |
+ Request id.
+ |
+
+
+
+
+
+ parameters.log Object
+
+ (default <logger> )
+ |
+ Pino compatible logger.
+ |
+
+
+
+
+
+ parameters.AwsDynamoDBClient Constructor
+
+ (default DynamoDBClient )
+ |
+ Constructor for a DynamoDBClient from the AWS SDK.
+ |
+
+
+
+
+
+ parameters.params Object
+
+ (default {} )
+ |
+ Additional params to pass to the AwsDynamoDBClient constructor.
+ |
+
+
+
+
+
+