aws-lambda-layers icon indicating copy to clipboard operation
aws-lambda-layers copied to clipboard

Bref 2 scripts to build AWS Lambda layers

Results 14 aws-lambda-layers issues
Sort by recently updated
recently updated
newest added

AL2023 is eventually going to happen. Out of curiosity, I drafted this PR trying to build our layers for AL2023. It removes a lot of custom system libraries we compile...

Closes https://github.com/brefphp/bref/issues/1609

Hello! I'm needing bigger logs, so I added a layer increasing the log_limit in my app. But, since Cloudwatch now allows logs up to 256kb (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html), is there a chance...

Pcov has a considerable performance improvement on generating coverage compared to Xdebug. So I think it would be great to have this installed by default just like Xdebug so people...

enhancement

I noticed that the build images are exported with temp content in `/tmp` (all compilation artifacts). We could possibly make these images **much** smaller by cleaning up these folders.

enhancement

See https://github.com/brefphp/bref/issues/1043#issuecomment-1462675792 and the discussion.

#### Overview This pull request introduces a modification to the build process to include the legacy module (`legacy.so`) in the OpenSSL installation. This change is essential for enabling certain legacy...

So that the php-fpm process will not hang when reaching log_limit (it can still reach but it's muchhh harder, and reaching it would anyway cause an error with AWS Cloudwatch...