bref icon indicating copy to clipboard operation
bref copied to clipboard

Serverless PHP on AWS Lambda

Results 143 bref issues
Sort by recently updated
recently updated
newest added

Before running "serverless deply", check the serverlerss.yml file to be sure that you have the correct version of php. For example, Laravel 11 requires php 8.2. runtime: php-82-fpm If you...

help wanted

Bref 2.0 was released more than a year ago, Bref 1.x has continued receiving updates. It is time to stop maintaining this older major version. I intend to actually stop...

**Description:** We're using Bref with Laravel, and we have some artisan commands which take some time to complete (usually database operations). We've seen that after a command has been running...

bug

When invoking a (Symfony CLI) Lambda that outputs a lot of logging, I see a `ResponseTooBig` error: ``` Invoke Error {"errorType":"Bref\\Runtime\\ResponseTooBig","errorMessage":"The Lambda response is too big and above the limit:...

enhancement

Updating documentation based on our discussion on https://github.com/brefphp/bref/discussions/1760 in an attempt to be helpful! I wonder if this information would be better in a more centralised area of the docs...

Hello there! This PR only to start a discussion to try to find a solution to this kind of random errors: ``` Error communicating with PHP-FPM to read the HTTP...

You must be aware of the recent [pricing change for Serverless CLI](https://www.serverless.com/pricing). Tightly coupled usage of serverless cli will make bref less acceptable to people who are affected by the...

enhancement

My project was on laravel 9 and I implement MaintenanceMode, and I notice the problem my env localy works grate, but for stage on aws after I update this packages...

bug

Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...

dependencies

**Description:** Hi, I’m working on a project using Bref and need to increase a default execution time of 30 seconds to 60 sec Here are the steps I’ve taken so...

bug