joguSD
joguSD
@jolexa You're actually installing / running the shell using Python 2.6, as can be seen in your stack trace. `pip-2.6 install aws-shell` seems suspect.
In the long term we would like to migrate this project to use PTK2, but don't currently have any plans in the short term to do this.
I can definitely understand the frustration behind not being able to exit the shell. The problem with allowing arbitrary commands is the potential for naming collisions with services under the...
I think we should solve this by having configurable keybindings as suggested in #202 I'll convert this into the corresponding feature request for configurable key bindings. We can't add a...
Marking this as a feature request. There is currently no plan for this though. For what it's worth the extended client just uploads the payload as an S3 object and...
I can confirm that copying this example does not function. I think the limit and marker should just be dropped from the example as they're not required.
Marking as a feature request.
Yep, the parameters definitely are missing from that documentation. I'll have to take a look and see what the cause is.
You appear to be correct: https://github.com/boto/boto3/blob/dffeb393a795204f375b951d791c768be6b1cb8c/boto3/dynamodb/table.py#L138-L140 Doesn't set or allow customization to set `ReturnConsumedCapacity`. Considering the `put_item` call will only sometimes call `batch_write_item` how would see a feature like this...
Marking as feature request.