aarondfrancis / sidecar

Deploy and execute AWS Lambda functions from your Laravel application.
https://hammerstone.dev/sidecar/docs/main
MIT License
831 stars 58 forks source link

Upload Zip directly to Lambda function #150

Open parkourben99 opened 2 months ago

parkourben99 commented 2 months ago

If the Zip is less than 50mb you can upload it directly to the Lambda function. This would make the S3 bucket not always required and one less step for small functions.

I have a working version of this, is it worth sending a PR?

wilsenhc commented 1 month ago

It is always worth opening up a PR @parkourben99