Mitch Garnaat
Mitch Garnaat
This goes back a long, long time. See https://forums.aws.amazon.com/thread.jspa?messageID=72324𑪄 for one thread on the AWS forums. Basically, a long time ago there seemed to be an issue related to uploading...
I want to thank @vlcinsky for the thoughtful criticism. I agree with most of your points. I also want to make it clear that while I am still an active...
FWIW, I use this little function to recurse into Python objects returned by the boto3 DynamoDB resource layer and convert any Decimal values to `int` or `float`. It is by...
I think what you really want to be able to do is this: aws sqs set-queue-attributes --queue-url --attributes Policy=file://sqspolicy.json Unfortunately, we don't support the `file://` syntax for values of embedded...
The `restapi` part is definitely not ready for prime time and probably isn't even directionally correct. I started playing around with it but since we didn't need it for the...
This could be relevant: https://github.com/boto/botocore/blob/develop/botocore/stub.py Also, for an early version of this that I did just for the skew library, I encoded the parameters into the file name so that...
Thanks. I'll take a look in the next day or two and try to fix it.
That is not the intended functionality. I'll take a look. Hopefully it's just a silly bug on my part.
I think that should fix it. Thanks for reporting it.
Yeah, recording failed requests should work just fine and replaying those should create the same error condition. I agree more docs would help (always!). Perhaps when in `playback` mode placebo...