is it normal to have your lambda package of over 1...
# orm-help
a
is it normal to have your lambda package of over 100 MB when using prisma client ? any tip to reduce the size?
r
@Adeel Ahmad 👋 During the packaging of the Lambda, you can delete
node_modules/@prisma/engines
to reduce the bundle size.