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

The EPIC is for implementing our ([code example standards](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-example-standards)) to our IAM examples. See IAM audit ([internal link](https://quip-amazon.com/NDVrA4rEUmAo/IAM-Audit)) for per language analysis. - [ ] .Net IAM examples audit -...

Epic
Internal

[ScenarioOutput](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/libs/scenario/scenario.js#L64) is a sub-class of a scenario `Step` that offers logging capability for a scenario. In practice `ScenarioOutput` has proven to be a bit unwieldy. It puts a lot of...

Javascript-v3
Internal

Rather than declaring a default region, it should be fetched from the users `~/.aws/config`. `new S3Client({})`

Internal