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 1fdd04d commit 5cdb57eCopy full SHA for 5cdb57e
packages/event-handler/src/rest/utils.ts
@@ -4,7 +4,7 @@ import {
4
isRegExp,
5
isString,
6
} from '@aws-lambda-powertools/commons/typeutils';
7
-import type { APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda';
+import type { APIGatewayProxyEvent } from 'aws-lambda';
8
import type {
9
CompiledRoute,
10
ExtendedAPIGatewayProxyResult,
0 commit comments