Skip to content

Commit cb1bf8c

Browse files
authored
Merge pull request #4553 from communitybridge/fix-lambda-size
add exclude pattern
2 parents 8956264 + 3a5fa6b commit cb1bf8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cla-backend/serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ functions:
398398
package:
399399
individually: true
400400
patterns:
401+
- '!**'
401402
- 'auth/bin/**'
402403

403404
api-v3-lambda:

0 commit comments

Comments
 (0)