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.
### The user story As a .NET developer, I want consistent SoS metadata so that examples are surfaced in the correct docs. I know this is done when: - [...
The Rust SQS example has both Send and Receive in it. However, they're both called in a single method which is also singularly tagged with a snippet. This makes for...
As a developer, I want a scenario that demonstrates using the SDK deploy a Lambda function and uses my language's SDK to make AWS calls in the Lambda function -...
### Background story The RDS and Aurora User Guides have a Java v1 example that demonstrates how to use IAM DB authentication. The RDS User Guide topic is here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Java.html...
# aws-doc-sdk-examples Pull Request Thank you for making a submission to the *aws-doc-sdk-examples* repository. For more information about submitting pull requests to this repository, see [Guidelines for contributing](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/CONTRIBUTING.md). *NOTE:* This...
### The user story As a code examples engineer, I want consolidate my "prepare the way" so that our test automation project can proceed as planned. I know this is...
As a code examples engineer, I want to validate assumptions regarding what foundational work must be completed in order to effectively address the demand for automating testing our code examples...so...
Each directory in javascriptv3 will need the following tasks: - [ ] Update or add Readmes based on current templates - [ ] Confirm code works as intended - [...