Get started with the AWS SDK for C++ - AWS SDK for C++

Get started with the AWS SDK for C++

AWS SDK for C++ is a modularized, cross-platform, open-source library you can use to connect to Amazon Web Services.

The AWS SDK for C++ uses CMake to support multiple platforms over multiple domains, including video games, systems, mobile, and embedded devices. CMake is a build tool that you can use to manage your application’s dependencies and to create makefiles suitable for the platform you’re building on. CMake removes the parts of the build that are not used for your platform or application.

Before you run code to access AWS resources, you must establish how your code authenticates with AWS.

To use the AWS SDK for C++ in your code, obtain the SDK executables by building the SDK source directly or by using a package manager.

If you run into build issues regarding CMake, see Troubleshoot build issues.