Kyle Knapp
Kyle Knapp
@wollerman I like your idea. We also have a GitHub issue tracking having the deployed.json store in S3 for redeployment/sharing purposes: https://github.com/aws/chalice/issues/1027. Marking this specific issue though as a feature...
Yes. We would still like to include this feature in Chalice. A small proposal of the interface followed by a pull request that implements the feature would be welcomed!
@newton. Yeah I suspect what @rafnarnason suggested is close as well. I also think we need to be able to handle the different parameters you could set, but instead of...
@colde I am having a little bit of trouble trying to understand what the ask is. Could you give an example of when you deploy the chalice application of what...
Oh that makes sense now. It has nothing to do with the url, but just the name of the API Gateway API. Yeah I can see that as being useful...
It might be good to mention that we could potentially attach the `ThrottleConfig` to the `app.api` as well to represent the stage-wide throttle configuration. Otherwise, :ship:
@mtdowling This will break us with this error (building the boto3 docs): ``` $ make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.2.3 loading pickled environment... done...
@rvrangel Thanks for the pull request and sorry about the delay here! I looked over the PR and it looked good. There was an edge case that needed to be...
Hi @millerdev So the one reason that we did not go with the locking strategy is that we were concerned it would slow down the speed of the transfer significantly....
It looks like your test runner is trying to run tests that are not meant to be run. We set the `__test__=False` to make sure `nose` does not try to...