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.
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)...
### 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...
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.
This PR implements the Python cloudwatch story: https://github.com/awsdocs/aws-doc-sdk-examples/issues/5865.
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...
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...
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:...
@max-webster - Creating an epic to address this in other languages. See the notes below - [x] #6688 - [x] #6428 - [x] #7075 - [ ] #7076 - [...
### 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...