Skip to content

Commit 4fac5dc

Browse files
committed
remove unused import
1 parent 98e9f84 commit 4fac5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/snippets/event-handler/rest/gettingStarted_serialization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Router } from '@aws-lambda-powertools/event-handler/experimental-rest';
2-
import type { APIGatewayProxyResult, Context } from 'aws-lambda';
2+
import type { Context } from 'aws-lambda';
33

44
const app = new Router();
55

0 commit comments

Comments
 (0)