Skip to content

Commit c1b3d0c

Browse files
am29ddreamorosi
andauthored
Update examples/snippets/parser/extendAPIGatewaySchema.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent c49e4f7 commit c1b3d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/snippets/parser/extendAPIGatewaySchema.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { LambdaInterface } from '@aws-lambda-powertools/commons/types';
22
import { Logger } from '@aws-lambda-powertools/logger';
33
import { parser } from '@aws-lambda-powertools/parser';
4-
import { APIGatewayProxyEventSchema } from '@aws-lambda-powertools/parser/schemas';
4+
import { APIGatewayProxyEventSchema } from '@aws-lambda-powertools/parser/schemas/api-gateway';
55
import type { Context } from 'aws-lambda';
66
import { z } from 'zod';
77

0 commit comments

Comments
 (0)