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.
DynamoDBClientConfig
DynamoDBPersistenceLayer
1 parent 063edff commit 42b3e9eCopy full SHA for 42b3e9e
packages/idempotency/src/persistence/DynamoDBPersistenceLayer.ts
@@ -7,7 +7,6 @@ import {
7
ConditionalCheckFailedException,
8
DeleteItemCommand,
9
DynamoDBClient,
10
- type DynamoDBClientConfig,
11
GetItemCommand,
12
PutItemCommand,
13
UpdateItemCommand,
@@ -52,7 +51,6 @@ import { IdempotencyRecord } from './IdempotencyRecord.js';
52
51
*/
53
class DynamoDBPersistenceLayer extends BasePersistenceLayer {
54
private client: DynamoDBClient;
55
- private clientConfig: DynamoDBClientConfig = {};
56
private dataAttr: string;
57
private expiryAttr: string;
58
private inProgressExpiryAttr: string;
0 commit comments