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.
We have an example that shows STS AssumeRole getting examples, but we should also show creating and using a new client that uses those credentials.
Suggested improvements to Weathertop: - [ ] https://github.com/awsdocs/aws-doc-sdk-examples/issues/6204 - [ ] https://github.com/awsdocs/aws-doc-sdk-examples/issues/6205 - [ ] https://github.com/awsdocs/aws-doc-sdk-examples/issues/6206 - [ ] https://github.com/awsdocs/aws-doc-sdk-examples/issues/6436 - [ ] #5454
### Background story Implement the AWS Systems Manager Getting Started Scenario in different AWS SDKs. - [x] #6341 - [x] #6447 - [x] #6448 ### What does this example accomplish?...
### Background story The links on [this](https://aws.github.io/aws-sdk-go-v2/docs/code-examples/kms/) page take people to [this](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/gov2) page, and kms examples are nowhere to be found. The documentation also doesn't explain how we can mock...