Results 28 issues of James Saryerwinnie

I'm using requests and want to use httpretty for a PUT request that uses a file like object for the `data` arg. This works in python2, but not in python3....

(NOTE: This is part of a set of proposals for Chalice 2.0. This proposes a backwards incompatible change that will require a major version bump.) This is a proposal to...

proposals
v2

API Gateway has various forms of API throttling. This proposal adds support for throttling at the routing level. This allows you to specify a rate and burst limit per `@app.route`....

proposals

When generating docs on windows, newlines are rendered as '^M'. Need to track down where this `\r\n` behavior is being introduced.

bug
documentation

Additional discussion here: https://github.com/awslabs/aws-shell/issues/76 The idea is that similar to how the `%` isn't required in ipython (if automagic is enabled), we don't have to require the `.` prefix. Additional...

feature-request

Example: ``` 0.746429 dcli describe-reserved-instances-listings 0.298566 dcli describe-classic-link-instances ``` `describe-classic-link-instances` should be higher.

bug

Not sure about the specifics, but at a high level, it would be nice to do something like: ``` aws> variable=$(ec2 describe-instances --query "Reservations[0].Instances[0].InstanceId" --output text) aws> ec2 start-instances --instance-ids...

feature-request

There's hardcoded lists for renames such as `s3 -> s3api`, we need to be able to have this described in a data driven way.

enhancement

We're not currently completing enums.

feature-request