1.1.1 • Published 6 years ago

keyv-dynamodb v1.1.1

Weekly downloads
139
License
GPL-2.0
Repository
github
Last release
6 years ago

const keyvDynamoDb = new KeyvDynamoDb({ tableName: 'KeyvStore', clientOptions: { // Any options here will be passed to the DynamoDB client. region: 'eu-central-1', }, }); keyvDynamoDb.on('error', handleConnectionError);

const keyvDynamoDb = new KeyvDynamoDb({ tableName: 'KeyvStore', clientOptions: { // Any options here will be passed to the DynamoDB client. region: 'eu-central-1', }, }); const keyv = new Keyv({ store: keyvDynamoDb });