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

When use smtp i can set header with method MimeMessage.setHeader ``` MimeMessage msg = new MimeMessage(session); msg.setHeader("CUSTOM","VALUE"); ``` But i don't know how to set header With ses sdk (sesv2)...

lang/java-v2

### Background story To talk to MySQL RDS, you cannot use the RDS Strongly typed API. You need to use the API specific to MySQL. We need a .NET Example...

type/enhancement
lang/dotnet-v3

This pull request contains an example with @aws-sdk/client-bedrock-agent-runtime used to invoke an Agent. I have included a test case for the service function.

Javascript-v3

This PR implements the Python cloudwatch story: https://github.com/awsdocs/aws-doc-sdk-examples/issues/5865.

Javascript-v3
Python
Task

Remove duplicates when listing instance classes. This responds to an issue raised by @max-webster. _By submitting this pull request, I confirm that my contribution is made under the terms of...

C++
On Call Review needed
Text Review not needed
Bug

This fixes the testing mocks to handle credential requests in the Weathertop environment _By submitting this pull request, I confirm that my contribution is made under the terms of the...

C++
Text Review not needed
Task

To remove the SL, first we need to implement linters for all the languages which are currently being covered by the SL. At the time of this writing, those are:...

Epic
GitHub settings

@max-webster - Creating an epic to address this in other languages. See the notes below - [x] #6688 - [x] #6428 - [x] #7075 - [ ] #7076 - [...

Epic
Internal

### Expected behavior I build the Aurora sample code in the C++ SDK and run `run_getting_started_with_db_clusters`. I expect a prompt like this: ``` Let's create a DB instance. The available...

This pull request includes a new folder and README for CloudFormation. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...

DotNet-v3
Rust
On Call Review needed
Task