Dynamodb Functions
object DynamodbFunctions
Functions
Link copied to clipboard
Provides information about a DynamoDB table.
suspend fun getTable(name: String, serverSideEncryption: GetTableServerSideEncryption? = null, tags: Map<String, String>? = null): GetTableResult
Link copied to clipboard
Data source for retrieving a value from an AWS DynamoDB table.
suspend fun getTableItem(argument: suspend GetTableItemPlainArgsBuilder.() -> Unit): GetTableItemResult
suspend fun getTableItem(expressionAttributeNames: Map<String, String>? = null, key: String, projectionExpression: String? = null, tableName: String): GetTableItemResult