Dynamo Store
The DynamoStore provides an easy way to execute requests to a single table.
Last updated
The DynamoStore provides an easy way to execute requests to a single table.
Last updated
You can provide a DynamoDB client instance when creating a new DynamoStore instance:new DynamoStore(Person, myDynamoDBClient)