-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationevent_handlersfeatureNew feature or functionalityNew feature or functionality
Description
What were you searching in the docs?
HTTP Methods states:
You can use named decorators to specify the HTTP method that should be handled in your functions. That is, app.<http_method>, where the HTTP method could be get, post, put, patch, delete, and options.
However when you try and use app.options you get:
AttributeError: 'APIGatewayRestResolver' object has no attribue 'options'
Is this related to an existing documentation section?
How can we improve?
Amend the documentation to make it clear not all HTTP methods are supported.
Got a suggestion in mind?
No response
Acknowledgment
- I understand the final update might be different from my proposed suggestion, or refused.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationevent_handlersfeatureNew feature or functionalityNew feature or functionality