Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DELETE and PATCH methods in chalice local #173

Merged
merged 3 commits into from
Nov 15, 2016

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Nov 15, 2016

Fixes #167

@jamesls jamesls merged commit 876c968 into aws:master Nov 15, 2016
@jbarratt
Copy link

Great thank you! Sorry for not testing out of local mode first.

@johnkeep
Copy link

@app.route('/endpoint', methods=['DELETE'])
def test():
    return Response()

Throws 405 Error still in chalice local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support PATCH and DELETE HTTP Methods
3 participants