File tree 1 file changed +3
-2
lines changed
aws_lambda_powertools/event_handler
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -535,8 +535,9 @@ def __init__(
535
535
serializer : Callable, optional
536
536
function to serialize `obj` to a JSON formatted `str`, by default json.dumps
537
537
strip_prefixes: List[Union[str, Pattern]], optional
538
- optional list of prefixes to be removed from the request path before doing the routing. This is often used
539
- with api gateways with multiple custom mappings. Each prefix can be a static string or a compiled regex
538
+ optional list of prefixes to be removed from the request path before doing the routing.
539
+ This is often used with api gateways with multiple custom mappings.
540
+ Each prefix can be a static string or a compiled regex pattern
540
541
"""
541
542
self ._proxy_type = proxy_type
542
543
self ._dynamic_routes : List [Route ] = []
You can’t perform that action at this time.
0 commit comments