Skip to content

Commit 0ee3903

Browse files
Michael Brewerheitorlessa
Michael Brewer
andauthored
chore: remove redundant docs
Co-authored-by: Heitor Lessa <heitor.lessa@hotmail.com>
1 parent 4dcb441 commit 0ee3903

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -769,18 +769,4 @@ def __init__(
769769
serializer: Optional[Callable[[Dict], str]] = None,
770770
strip_prefixes: Optional[List[str]] = None,
771771
):
772-
"""
773-
Parameters
774-
----------
775-
cors: CORSConfig
776-
Optionally configure and enabled CORS. Not each route will need to have to cors=True
777-
debug: Optional[bool]
778-
Enables debug mode, by default False. Can be also be enabled by "POWERTOOLS_EVENT_HANDLER_DEBUG"
779-
environment variable
780-
serializer : Callable, optional
781-
function to serialize `obj` to a JSON formatted `str`, by default json.dumps
782-
strip_prefixes: List[str], optional
783-
list of prefixes to be removed from the request path before doing the routing. This is often used
784-
with api gateways with multiple custom mappings.
785-
"""
786772
super().__init__(ProxyEventType.ALBEvent, cors, debug, serializer, strip_prefixes)

0 commit comments

Comments
 (0)