File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
aws_lambda_powertools/event_handler Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -535,8 +535,9 @@ def __init__(
535535 serializer : Callable, optional
536536 function to serialize `obj` to a JSON formatted `str`, by default json.dumps
537537 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
540541 """
541542 self ._proxy_type = proxy_type
542543 self ._dynamic_routes : List [Route ] = []
You can’t perform that action at this time.
0 commit comments