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

**What is the issue?** https://docs.aws.amazon.com/en_us/code-samples/latest/catalog/python-signv4-v4-signing-get-querystring.py.html There's a bug in the code. In line request_url = endpoint + "?" + canonical_querystring should be request_url = endpoint + canonical_uri + "?" +...

type/bug
lang/python

**What are you trying to accomplish?** Create the .NET backend using the Redshift SDK. The front end is a React app. This application uses a React front end to make...

lang/dotnet-v3
type/cross-service

Investigate and, where appropriate, utilize and credit code in this repo: https://github.com/awslabs/aws-sdk-rust/pull/519

Implement the scenario and service action calls to create examples for each SDK. ## Service actions Service actions can either be pulled out as individual functions or can be incorporated...

type/epic

Our current build process extracts snippets as part of our internal doc build. We currently also use a snippet extractor in dry-run mode to lint snippet tags. This tool can...

type/sos

Show how to use the Rust SDK to upload large files to S3 in chunks.

lang/rust
priority/high

# As an engineer on this team, I want a [pull request template](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.github/ISSUE_TEMPLATE.md) improved in the following ways: * cleaner to read * easier to follow * elicits all required...

lang/all-languages
priority/low

# As an engineer on this team, I want a [pull request template](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/.github/PULL_REQUEST_TEMPLATE.md) improved in the following ways: * cleaner to read * easier to follow * elicits all required...

lang/all-languages
priority/low

The [Create and trigger a rule in Amazon EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/example_eventbridge_Scenario_createAndTriggerARule_section.html) scenario is long and rambling and may not work correctly. Audit the scenario, test it, and update it for coherence and...

Ruby
Internal