smalll fixx of yml
This commit is contained in:
18
serverless/patterns/aws-s3.yml
Normal file
18
serverless/patterns/aws-s3.yml
Normal 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/**'
|
||||
5
serverless/patterns/base.yml
Normal file
5
serverless/patterns/base.yml
Normal 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'
|
||||
Reference in New Issue
Block a user