We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49e4f7 commit c1b3d0cCopy full SHA for c1b3d0c
examples/snippets/parser/extendAPIGatewaySchema.ts
@@ -1,7 +1,7 @@
1
import type { LambdaInterface } from '@aws-lambda-powertools/commons/types';
2
import { Logger } from '@aws-lambda-powertools/logger';
3
import { parser } from '@aws-lambda-powertools/parser';
4
-import { APIGatewayProxyEventSchema } from '@aws-lambda-powertools/parser/schemas';
+import { APIGatewayProxyEventSchema } from '@aws-lambda-powertools/parser/schemas/api-gateway';
5
import type { Context } from 'aws-lambda';
6
import { z } from 'zod';
7
0 commit comments