Add AWS Lambda Bundle Size Optimization Guide and update build scripts for Prisma layer
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Base packaging patterns shared across all functions
|
||||
pattern1: 'src/common/**'
|
||||
pattern2: 'common/**'
|
||||
pattern3: 'node_modules/@prisma/client/**'
|
||||
pattern4: 'node_modules/.prisma/client/libquery_engine-rhel-openssl-3.0.x.so.node'
|
||||
# REMOVED: Prisma is now provided by Lambda layer - DO NOT include in function packages
|
||||
# pattern3: 'node_modules/@prisma/client/**'
|
||||
# pattern4: 'node_modules/.prisma/client/libquery_engine-rhel-openssl-3.0.x.so.node'
|
||||
pattern3: '!node_modules/@prisma/**'
|
||||
pattern4: '!node_modules/.prisma/**'
|
||||
pattern5: '!node_modules/.prisma/client/libquery_engine*'
|
||||
Reference in New Issue
Block a user