agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 53 forks source link

implementing package exclude/ignore files for layers packages. #131

Closed agutoli closed 9 months ago

agutoli commented 1 year ago

https://github.com/agutoli/serverless-layers/issues/118

agutoli commented 1 year ago

@stanyq4 Would be great to receive feedbacks regarding this implementation.

dorman99 commented 1 year ago

Screen Shot 2023-02-10 at 12 09 01

and got this message, after trying this changes. i guess, the function zip still got the modules that already excluded

dorman99 commented 1 year ago

qq, what does the copy function do ?

fyelci commented 1 year ago

I have this problem as well. If this PR solves the problem, can someone please merge it?

jaywala commented 10 months ago

Is there a plan to merge this PR? I have this issue too with aws-sdk v3 modules that are already included on node18 that I need to exclude