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.
**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 + "?" +...
**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...
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...
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...
Show how to use the Rust SDK to upload large files to S3 in chunks.
# 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...
# 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...
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...