aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

Results 515 aws-doc-sdk-examples issues
Sort by recently updated
recently updated
newest added

This pull request adds examples and an end-to-end scenario demonstrating the use of Amazon Bedrock Agents with the AWS SDK for Java v2, using both the sync and async clients...

Javascript-v3
Tools

### Expected behavior I am trying to integrate AWSSecretsManager into an iOS application. I am using Swift package manager to integrate AWS swift sdk. But when we try to import...

Swift
Bug

This pull request adds examples and an end-to-end scenario demonstrating the use of Amazon Bedrock Agents with the AWS SDK for Java v2, using both the sync and async clients...

Java-v2

### Background story Implement the IoT Workflow in C++ ### What does this example accomplish? Shows how to perform IoT Core tasks using the AWS SDK for C++ ### Which...

C++
Workflow

Two tasks: - [ ] #6116 * Move the rest to Code Library - [x] #6073 - [x] #6078 - [x] #6079 - [x] #6080 - [x] #6081 - [x]...

Ruby
Tracker

I'm trying to get the [transcribe-streaming-app example](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/transcribe-streaming-app) working into my create-react-app project, using Typescript and Webpack 5. I get the following error: ``` _stream_readable.js:490 Uncaught (in promise) ReferenceError: process is...

### Expected behavior We are trying to get a object meta data from s3 using multi region access point using java v2 aws sdk . It should get the object...