We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a51720 commit 605d61cCopy full SHA for 605d61c
platforms-serverless/lambda-node-20/run.sh
@@ -13,7 +13,7 @@ pnpm prisma generate
13
pnpm tsc
14
15
rm -rf lambda.zip
16
-zip --symlinks -r lambda.zip index.js prisma/schema.prisma node_modules/@prisma/* node_modules/.pnpm/@prisma* node_modules/.pnpm/pg*
+zip --symlinks -r lambda.zip index.js prisma/schema.prisma node_modules/@prisma/* node_modules/.pnpm/@prisma* node_modules/.pnpm/pg* node_modules/.pnpm/postgres*
17
du -b ./lambda.zip
18
19
AWS_RUNTIME=nodejs20.x
0 commit comments