News

AWS SDK for C++ Ready for Production Use

The experiment is over and now C++ developers can tap into the production-ready version of AWS SDK that allows them to create modern C++ interfaces to AWS.

The Amazon Web Services Software Development Kit for C++ that was introduced as an experiment a year ago is now ready for prime time. That means C++ developers can finally use the open source SDK in production environments.

The company launched a developer preview of the AWS SDK for C++ last March, following an experimental launch in September of last year. Now it's finally ready for real-world development.

"After almost a year of developer feedback and contributions, version 1.0 of the AWS SDK for C++ is now available and recommended for production use," AWS spokesperson Jeff Barr announced in a blog post Tuesday.

According to its GitHub site, "The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). It is meant to be performant and fully functioning with low- and high-level SDKs, while minimizing dependencies and providing platform portability (Windows, OSX, Linux, and mobile)."

Along with supporting Android and iOS development, it supports CMake, the open source build system generator. In the nuts-and-bolts department, it features customizable memory management so developers can plug in their own solution to fine-tune how memory gets allocated and deallocated.

Its C++ library lets developers easily integrate it with AWS services such as Amazon S3, Amazon Kinesis and Amazon DynamoDB. It will be updated frequently to support the latest AWS API changes. Barr said it will use semantic versioning, so from now on developers can be assured future versions won't break their builds.

Barr also listed the following recent changes to the SDK, based on feedback garnered from the developer preview:

  • Transfer Manager -- The original TransferClient has evolved into the new and improved TransferManager interface.
  • Build Process -- The CMake build chain has been improved in order to make it easier to override platform defaults.
  • Simplified Configuration -- It is now easier to set SDK-wide configuration options at runtime. Encryption – The SDK now includes symmetric cryptography support on all supported platforms.
  • Fixes -- The 1.0 codebase includes numerous bug fixes and build improvements.

AWS announced in July that the SDK for C++ was available via NuGet, a primary package manager for .NET developers.

Barr said AWS will release more high-level APIs to make C++ development on AWS easier and more secure, and he invited developers to submit feedback on the 1.0 SDK and file issues or submit pull requests to improve it.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Visual Studio Takes Aim at Copilot Billing Shock

    Beyond Copilot usage visibility, the June update delivers several other enhancements centered on AI-assisted development, security and quality-of-life improvements. Here's a quick rundown of the remaining additions announced by Microsoft.

  • Claude AI Gets Yet Another Boost in VS Code 1.128

    The July 8, 2026, Visual Studio Code update expands agent workflows, chat attachments, browser-tab controls, OS-level shortcuts and enterprise telemetry management.

  • TypeScript 7 Arrives to Rock VS Code with Go-Powered Speed

    Microsoft says TypeScript 7, announced July 8, brings native Go performance to VS Code, Visual Studio and other editors.

  • Full-Stack with a Side of Copilot: Building and Deploying an App the AI-Accelerated Way

    In this Q&A, developer and VSLive! speaker Esteban Garcia explains how GitHub Copilot can accelerate the full software development lifecycle -- from architecture and code to tests, CI/CD, and Azure deployment -- and how to use it as a repeatable engineering workflow rather than just a faster autocomplete tool.

Subscribe on YouTube