{"id":66714,"library":"aws-sdk-cloudformation","title":"AWS SDK CloudFormation","description":"AWS SDK for AWS CloudFormation, enabling management of infrastructure as code.","status":"active","version":"1.116.0","language":"rust","source_language":null,"source_url":"https://github.com/awslabs/aws-sdk-rust","tags":["aws","cloudformation","infrastructure","sdk"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\naws-sdk-cloudformation = \"1.116.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add aws-sdk-cloudformation","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use aws_sdk_cloudformation::Client;"}],"quickstart":{"code":"use aws_sdk_cloudformation::Client;\n\n#[tokio::main]\nasync fn main() -> Result<(), aws_sdk_cloudformation::Error> {\n    let client = Client::new(&aws_config::load_from_env().await);\n    let stacks = client.list_stacks().send().await?;\n    println!(\"{:?}\", stacks);\n    Ok(())\n}","lang":"rust","description":"List CloudFormation stacks using the AWS SDK."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or another async runtime.","message":"Requires a Tokio async runtime.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'aw':1,4,7,15 'cloudform':3,8,16 'code':14 'enabl':9 'infrastructur':12,17 'manag':10 'sdk':2,5,18","created_at":"2026-06-17T17:27:23.030495+00:00","updated_at":"2026-06-17T17:27:23.030495+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/awslabs/aws-sdk-rust","github":"https://github.com/awslabs/aws-sdk-rust","docs":"https://docs.rs/aws-sdk-cloudformation/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}