aws-sdk-cpp icon indicating copy to clipboard operation
aws-sdk-cpp copied to clipboard

AWS SDK for C++

Results 254 aws-sdk-cpp issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We have been using the C++ STS client to retrieve credentials for our application running on EKS via the ``AssumeRoleWithWebIdentity()``...

feature-request
p3

### Describe the feature Be able to access HTTP headers of successful S3 responses from the returned `Outcome` instance. (note: this is a repost of #1466). ### Is your Feature...

feature-request
p3

Hello, I have installed vcpkg a week ago on my Mac M1 but unfortunately I'm not able to install aws sdk using vcpkg. **Machine info:** MacBook Pro (13-inch, M1, 2020)...

bug
third-party

Since the S3CrtClient is a sub-class of the AwsClient, expose the configuration needed by the parent class. Many API calls use the parent class, so preserving user configurations is important....

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [ x] I've searched...

bug

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [ x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [ x] I've searched...

feature-request
p2

### Describe the bug `AthenaError` exists twice: [First one here](https://github.com/aws/aws-sdk-cpp/blob/main/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h#L56) and [second time here](https://github.com/aws/aws-sdk-cpp/blob/main/aws-cpp-sdk-athena/include/aws/athena/model/AthenaError.h#L34). Due to a namespace problem, the `Outcome` template uses the incorrect `AthenaError` (second one), same problem...

bug
needs-triage

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/welcome.html) and [API reference](http://sdk.amazonaws.com/cpp/api/LATEST/index.html) - [x] I've searched for [previous...

bug

### Describe the bug After a successful call to PutSession, I'm using the following code to start conversation streaming: ` LexRuntimeV2::Model::StartConversationRequest startConvo; LexRuntimeV2::Model::StartConversationHandler convoHandler = LexRuntimeV2::Model::StartConversationHandler(); convoHandler.SetTextResponseEventCallback(textEvent); convoHandler.SetIntentResultEventCallback(intentEvent); convoHandler.SetOnErrorCallback(errorEvent); convoHandler.SetHeartbeatEventCallback(heartbeatEvent);...

bug

### Describe the bug A simple test using **DescribeOrganization()** fail. When calling this method we are blocked in this call. Tested with CLI and same IAM access token => it...

bug
needs-review