smalll fixx of yml

This commit is contained in:
paritosh18
2025-11-26 09:42:07 +05:30
parent c9b4269e9a
commit d14948b344
7 changed files with 1503 additions and 685 deletions

View File

@@ -0,0 +1,18 @@
# AWS S3 SDK packaging patterns (merged from aws-s3.yml and aws-s3-full.yml)
# Comprehensive list of AWS S3 dependencies for Lambda packaging
pattern1: 'node_modules/@aws-sdk/client-s3/**'
pattern2: 'node_modules/@aws-sdk/s3-request-presigner/**'
pattern3: 'node_modules/@aws-sdk/types/**'
pattern4: 'node_modules/@aws-sdk/middleware-logger/**'
pattern5: 'node_modules/@aws-sdk/**'
pattern6: 'node_modules/@smithy/**'
pattern7: 'node_modules/tslib/**'
pattern8: 'node_modules/uuid/**'
pattern9: 'node_modules/@aws-crypto/**'
pattern10: 'node_modules/@aws/smithy-client/**'
pattern11: 'node_modules/@aws/util-uri-escape/**'
pattern12: 'node_modules/@aws/util-middleware/**'
pattern13: 'node_modules/@aws/lambda-invoke-store/**'
pattern14: 'node_modules/busboy/**'
pattern15: 'node_modules/lambda-multipart-parser/**'
pattern16: 'node_modules/fast-xml-parser/**'

View File

@@ -0,0 +1,5 @@
# 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'