Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 322 Bytes

File metadata and controls

16 lines (12 loc) · 322 Bytes

Steps to Reproduce

With node v20 installed

git clone https://github.com/rt-joe/fastify-aws-lambda-zod-type-provider-type-error
cd fastify-aws-lambda-zod-type-provider-type-error
npm install
npm run type

Workaround

export const handler = fastifyLambda(app as unknown as FastifyInstance);