We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa806e commit 2191346Copy full SHA for 2191346
examples/validation/src/custom_handlers.py
@@ -4,6 +4,7 @@
4
from aws_lambda_powertools.utilities.validation import validator
5
6
7
+# Function to return the child schema
8
def get_child_schema(uri: str):
9
return CHILD_SCHEMA
10
0 commit comments