We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcca673 commit dc80b3fCopy full SHA for dc80b3f
tests/unit/parser/_pydantic/test_appsync.py
@@ -1,8 +1,9 @@
1
+import pytest
2
+
3
from aws_lambda_powertools.utilities.parser import parse, ValidationError
4
from aws_lambda_powertools.utilities.parser.models import AppSyncResolverEventModel
5
from tests.functional.utils import load_event
6
-
7
def test_appsync_event_model_parses_successfully():
8
"""
9
Validate that a valid AppSync resolver event is correctly parsed by the model.
0 commit comments