2025-11-26 09:42:07 +05:30
|
|
|
# Base packaging patterns shared across all functions
|
|
|
|
|
pattern1: 'src/common/**'
|
|
|
|
|
pattern2: 'common/**'
|
2025-12-05 14:56:43 +05:30
|
|
|
# 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/**'
|
2025-11-26 19:30:57 +05:30
|
|
|
pattern5: '!node_modules/.prisma/client/libquery_engine*'
|