tableMapper

inline fun <Document : Any, HashKey : Any, SortKey : Any> DynamoDb.tableMapper(tableName: TableName, hashKeyAttribute: Attribute<HashKey>, sortKeyAttribute: Attribute<SortKey>? = null, autoMarshalling: AutoMarshalling = DynamoDbMoshi): DynamoDbTableMapper<Document, HashKey, SortKey>
inline fun <Document : Any, HashKey : Any, SortKey : Any> DynamoDb.tableMapper(tableName: TableName, hashKeyAttribute: Attribute<HashKey>, sortKeyAttribute: Attribute<SortKey>? = null, lens: BiDiLens<Item, Document>): DynamoDbTableMapper<Document, HashKey, SortKey>