Get started with the Amazon SDK for C++ - Amazon SDK for C++
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Get started with the Amazon SDK for C++

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

The Amazon 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 Amazon resources, you must establish how your code authenticates with Amazon.

To use the Amazon 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.