DynamoDB
Reference doc for the DynamoDB storage adapter.
Configure OpenAuth to use DynamoDB as a storage adapter.
Methods
DynamoStorage
Parameters
The config for the adapter.options
DynamoStorageOptions
Returns StorageAdapter
Creates a DynamoDB store.
DynamoStorageOptions
DynamoStorageOptions.endpoint?
Type string
Default “https://dynamodb.{region}.amazonaws.com”
Endpoint URL for the DynamoDB service. Useful for local testing.
DynamoStorageOptions.pk?
Type string
The primary key column name.
DynamoStorageOptions.sk?
Type string
The sort key column name.
DynamoStorageOptions.table
Type string
The name of the DynamoDB table.