aws-doc-sdk-examples
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.
This pull request includes a basic video generation code example, modeled after the python example. --- _By submitting this pull request, I confirm that my contribution is made under the...
This pull request includes one code example for image generation with Nova Canvas. --- _By submitting this pull request, I confirm that my contribution is made under the terms of...
Implement the scenario and service action calls to create examples for each SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated...
This pull request add AWS Go SDK v2 converse stream API sample to handle image input --- _By submitting this pull request, I confirm that my contribution is made under...
### Background story Hello, I am trying to use the Bedrock Converse API in Rust. I have successfully implemented multiple models, but am now trying and failing to include Reasoning...
### Expected behavior The Rust SDK has improved their devex around custom certificate bundles, and the current example is no longer sufficient for customers to build a working example. Please...
### Expected behavior just putobject ### Actual behavior 1 ### Steps to reproduce ```bash bool AWSS3Manager::putObject(const Aws::String &bucketName, const Aws::String &fileName) { Aws::S3::Model::PutObjectRequest request; request.SetBucket(bucketName); request.SetKey(fileName); // std::shared_ptr inputData =...
### Background story I'm a Developer Advocate, working with @DennisTraub and mentoring a student @monadierickx that currently works building a swift code library, on top of the AWS SDK for...
Bedrock Converse API with Tool Feature Scenario, to be created in: - [x] .Net Bedrock Converse API with Tool Feature Scenario - [x] #7247 - [ ] Python Bedrock Converse...
### Expected behavior Why is the custom executorService not working as expected in this code? The custom thread names (e.g., CustomPool-1) are not being applied, and the thread name still...