TynamoConnection

Create tynamo connection

Define the connection of dynamodb.

const tynamo: Tynamo = new Tynamo({
    region: "ap-northeast-2",
    endpoint: "http://localhost:8000"
});

This design is derived from AWS.DynamoDB.ClientConfiguration.

Check here for more information.

Support method

Methods

Support since,

getTableOf

1.5.4

Last updated