Jason Q

Results 27 issues of Jason Q

Page URL http://docs.aws.amazon.com/en_us/sdk-for-rust/latest/dg/lambda.html Issue type: Inaccurate information Name: [none provided] Email: [email protected] Trying to do: I tried to set up an AWS Lambda function for Rust. Make Better: The information...

**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

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

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

lang/rust
priority/high

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...

lang/rust

Each language needs a section in its README file giving instructions for how to run the linter. These instructions should let the user run the linter with the same specifications...

**Sub-Issues** - [x] #3462 - [ ] Create issue list of services in need up cleanup based on the C++Tech debt file Each service will need the following tasks: -...

Tracker