-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support PATCH and DELETE HTTP Methods #167
Labels
Comments
This should be working. Do you have specific code you can share that demonstrates the issue? Here's what I tried:
|
Ah, it may just be an issue with
|
Thanks for the clarification. I'll get that fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could certainly be missing something, but it doesn't look like PATCH and DELETE methods are supported. They are supported by API Gateway, so it seems reasonable that chalice could have support for them too.
These methods are key for many common RESTful API patterns, which chalice seems ideal for creating.
The text was updated successfully, but these errors were encountered: