You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`SNS`**|`Records[0].Sns.Message` or `powertools_json(@)`|
154
154
|**`SQS`**|`Records[*].powertools_json(body)`|
155
155
156
156
## Advanced
@@ -204,28 +204,26 @@ You can use our built-in [JMESPath functions](./jmespath_functions.md){target="_
204
204
205
205
JSON schema [allows schemas to reference other schemas](https://json-schema.org/understanding-json-schema/structuring#dollarref) using the `$ref` keyword. The value of `$ref` is a URI reference, but you likely don't want to launch an HTTP request to resolve this URI. Instead, you can pass resolving functions through the `handlers` parameter:
206
206
207
-
```python title="custom_reference_handlers.py"
208
-
from aws_lambda_powertools.utilities.validation import validate
0 commit comments