TynamoConnection
Create tynamo connection
Define the connection of dynamodb.
const tynamo: Tynamo = new Tynamo({
region: "ap-northeast-2",
endpoint: "http://localhost:8000"
});
Support method
Methods
Support since,
getTableOf
1.5.4
Last updated
Was this helpful?