brefphp / laravel-bridge

Package to use Laravel on AWS Lambda with Bref
https://bref.sh/docs/frameworks/laravel.html
MIT License
314 stars 63 forks source link

Emfile: too many open files #54

Open mariuszmalek opened 2 years ago

mariuszmalek commented 2 years ago

If anyone had this error then I found a solution for it. I hope I helped someone with this. You need to update the .serverless file with this code:

package: individually: true excludeDevDependencies: false