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 b1f711f commit ab51ba1Copy full SHA for ab51ba1
docs/core/event_handler/appsync.md
@@ -785,7 +785,7 @@ Here's an example of how you can test your synchronous resolvers:
785
786
def test_direct_resolver():
787
# Load mock event from a file
788
- json_file = "../../events/appSyncDirectResolver.json"
+ json_file = "appSyncDirectResolver.json"
789
fh = open(file)
790
mock_event = json.load(fh)
791
@@ -827,7 +827,7 @@ And an example for testing asynchronous resolvers. Note that this requires the `
827
@pytest.mark.asyncio
828
async def test_direct_resolver():
829
830
831
832
833
0 commit comments