Skip to content

Commit d7463c5

Browse files
Update examples/snippets/event-handler/appsync-graphql/exceptionHandling.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 8a02d3d commit d7463c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/snippets/event-handler/appsync-graphql/exceptionHandling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AppSyncGraphQLResolver } from '@aws-lambda-powertools/event-handler/appsync-graphql';
22
import { Logger } from '@aws-lambda-powertools/logger';
3-
import { AssertionError } from 'assert';
3+
import { AssertionError } from 'node:assert';
44
import type { Context } from 'aws-lambda';
55

66
const logger = new Logger({

0 commit comments

Comments
 (0)