We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3a2b7 commit 5b7382eCopy full SHA for 5b7382e
src/cli/generators/middy/middy-generator.ts
@@ -20,7 +20,7 @@ import { Logger } from '@aws-lambda-powertools/logger';
20
import { parser } from '@aws-lambda-powertools/parser/middleware';
21
import { Route } from '@middy/http-router';
22
import { APIGatewayEvent, APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda';
23
-import schema from './schema.json' with { type: 'json' };
+import schema from './schema.json';
24
import * as model from './zod-model';
25
import * as z from 'zod';`
26
}
0 commit comments