DynamoDbConnection
이 콘텐츠는 아직 번역되지 않았습니다.
DynamoDbConnection =
object
Defined in: src/persistence/journals/DynamoDbClient.ts:103
Connection options shared by all three DynamoDB stores.
Properties
Section titled “Properties”clientConfig?
Section titled “clientConfig?”
readonlyoptionalclientConfig?:Record<string,unknown>
Defined in: src/persistence/journals/DynamoDbClient.ts:115
Extra DynamoDBClient config, merged over region / endpoint:
{ credentials, maxAttempts, requestHandler, … }.
endpoint?
Section titled “endpoint?”
readonlyoptionalendpoint?:string
Defined in: src/persistence/journals/DynamoDbClient.ts:110
Override the service endpoint — how you point at dynamodb-local or
LocalStack (http://localhost:8000).
operations?
Section titled “operations?”
readonlyoptionaloperations?:DynamoDbOperations
Defined in: src/persistence/journals/DynamoDbClient.ts:121
Pre-built operations façade — bypasses the lazy SDK import entirely. Use to
share ONE client across the journal, snapshot and durable-state stores (see
registerDynamoDbPlugins), or to inject a fake in tests.
region?
Section titled “region?”
readonlyoptionalregion?:string
Defined in: src/persistence/journals/DynamoDbClient.ts:105
AWS region, e.g. eu-central-1. Falls back to the SDK’s own resolution.
