From e45394f66312c6a1a4c756bb44690a3ac77dd0cb Mon Sep 17 00:00:00 2001 From: bjj951 Date: Fri, 15 Mar 2024 10:39:10 +1100 Subject: [PATCH] Update 400-deploy-to-aws-lambda.mdx additionally excluded node_modules/.cache/prisma/** --- .../500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx b/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx index ec97856462..0211f39128 100644 --- a/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx @@ -168,6 +168,7 @@ package: - 'node_modules/.prisma/client/libquery_engine-rhel-*' - '!node_modules/prisma/libquery_engine-*' - '!node_modules/@prisma/engines/**' + - '!node_modules/.cache/prisma/**' ``` If you are deploying to [Lambda functions with ARM64 architecture](#lambda-functions-with-arm64-architectures) you should update the Serverless configuration file to package the `arm64` engine file, as follows: