aws/aws-sdk-cpp
AWS SDK for C++ observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4132
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
2209 stars · 1165 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The official AWS SDK for C++, providing a modern C++11 interface to Amazon Web Services with low- and high-level clients. It is production-ready, cross-platform, and built with CMake with minimal dependencies.
Use cases
- upload and download files to S3 from a C++ application
- call AWS services like EC2, DynamoDB, or SQS from C++
- build a cross-platform C++ app that integrates with AWS
- manage AWS resources programmatically from native code
- sign AWS API requests with credentials from C++
When to choose
- you need to access AWS services from C++ with official support
- you want a production-ready, cross-platform AWS client library
- you need fine-grained control over AWS API calls in native code
When to avoid
- your project is not in C++ or uses an older standard than C++11
- you only need simple HTTP calls to non-AWS endpoints
- build resources are very limited, since compiling the full SDK is memory-intensive
Facets
library · maturity stable
sdk http-client serialization cloud-computing developer-tools apis cpp windows cross-platform aws cloud-sdk cmake c++11 macos linux
1 source
- readme: https://github.com/aws/aws-sdk-cpp · fetched 2026-08-28 · c95428473f87
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aws/aws-sdk-cpp | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem