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

### Expected behavior Hello, I found a bug in the package "AWSS3SigV4JavaSamples.zip". I downloaded this package from "https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-examples-using-sdks.html#sig-v4-examples-using-sdk-java". when i upload to s3 ,I use PutS3ObjectSample.java ### Actual behavior XAmzContentSHA256MismatchThe...

Bug

### Background story Can you provide an example of how to create a Media Convert job using DRM settings. ### What does this example accomplish? Enable programatic generated of DRM...

### SSM example for gov2 it is present here, [https://github.com/awsdocs/aws-doc-sdk-examples/tree/9d6317c59d1fbbc7f7108b017acd42fecfb85d0a/gov2/ssm](https://github.com/awsdocs/aws-doc-sdk-examples/tree/9d6317c59d1fbbc7f7108b017acd42fecfb85d0a/gov2/ssm) but not in the main branch can we merge this with main ### What does this example accomplish? I want...

Go-v2
Task

Hi there, This pull request adds an example to use the invoke agent command in Rust: - Add bedrock-agent-runtime invoke-agent example - Example is based on the jsv3 Let me...

Rust

This pull request adds the Amazon Neptune Python follow --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._

Python
Follow
Basics

In addition, this PR makes a minor change to a previous Cognito example to adjust which lines are embedded when an SoS tag is used. A buiild is available here:...

Swift
Task

This pull request adds code examples for the APIs CreateKnowledgeBase, GetKnowledgeBase, UpdateKnowledgeBase, DeleteKnowledgeBase, and ListKnowledgeBases APIs. The same submission was made earlier but running the writeme created a large number...

Python

### Background story Hi there, I would like to contribute in adding some Rust examples for AWS service Bedrock Agent Runtime. I'm linking the first PR on this ticket. ###...

Implement the following for the Swift SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated into the scenario, but each service...

Internal

I'm trying to use a synchronous get-method which would be s3client.GetObject(). It returns a GetObjectResponse but when I try to read it out it throws AmazonClientException: 'Expected hash not equal...