[][src]Function sim1h::dht::bbdht::dynamodb::api::table::create::create_table

pub fn create_table(
    log_context: &LogContext,
    client: &Client,
    table_name: &str,
    key_schema: &Vec<KeySchemaElement>,
    attribute_definitions: &Vec<AttributeDefinition>
) -> BbDhtResult<Option<TableDescription>>