18 lines
860 B
YAML
18 lines
860 B
YAML
|
|
# 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/**'
|