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

Can't attach layers if lambda size is 250 MB #136

Closed babay123 closed 1 year ago

babay123 commented 1 year ago

Lambda have size limit 250 MB For example if our lambda is 250 MB, we can't attach layer for this lambda We need to first update lambda to make it smaller and then attach layer Can we first update lambda and then attach layers ?