AWS Developer Tools Blog
Tag: AWS-SDK-CPP
Developer Experience of the AWS SDK for C++ Now Simplified by CMake
Building a cross-platform C or C++ project is tedious and time consuming. You often have to manage build files for each platform’s build system. On Unix-like systems, you might use Make, while on Windows you would have to use MSBuild. To make matters worse, in each of these build systems you have to manually maintain […]