Results 3 issues of Satoshi SUZUKI

In current Chalice, we usually need to define some conditions if we make an endpoint handle various HTTP methods just like following, ```python @app.route('/', methods=['GET', 'POST']) def index(): method =...

feature-request

- [x] Add type hintings - [x] Write README - [ ] Prepare Sphinx - [ ] Enhance tests - [x] Write a tiny example - [ ] Write an...

Hi. I've added the action to take if do not match the rules. Changes ・Do not emit if the tag is not replaced. ・Output an error message depending on the...