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

Using Lift and a custom domain, you need to trust all proxies in order to make it work properly. This is because Symfony will never see Cloudfront URL because we...

AWS Lambda provides an updated OS-only Runtime "provided.al2023" as alternative to "provided.al2". Bref currently only supports "provided.al2". Is there any plan to either migrate to "provided.al2023" or support both runtimes?...

enhancement

- The timeout value (in microseconds) is now configurable using the `BREF_FPM_READY_TIMEOUT` environment variable. - If the `BREF_FPM_READY_TIMEOUT` variable is not set, the default timeout is 5 seconds (5000000 microseconds)....

Bumps [next](https://github.com/vercel/next.js) from 14.2.22 to 15.3.3. Release notes Sourced from next's releases. v15.3.3 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

This PR will contain all changes for Bref v3. This will be a long-running PR, I like to keep this open for months so that we have a place to...

I am publishing my laravel project using AWS Lambda and Bref, but is it possible to use laravel Reverb here? If not, how can I follow a path through lambda?

enhancement

**Description:** I am trying to use bref with Turso Database, which use Libsql extension. I am using this extension. https://github.com/tursodatabase/turso-client-php/releases/tag/turso-php-extension-v1.4.0. which requires GLIBC_2.29 but bref docker image has GLIBC_2.27. it...

bug

**Description:** Currently my queue worker using bref is getting: Fatal error: Illuminate\Container\EntryNotFoundException: Bref\LaravelBridge\Queue\QueueHandler in /var/task/vendor/laravel/framework/src/Illuminate/Container/Container.php:841 constructs: jobs: type: queue worker: handler: Bref\LaravelBridge\Queue\QueueHandler runtime: php-84 timeout: 300 memorySize: 2048 using php-84...

bug

Updated Function Runtime documentation and added missing information for integrating with Symfony.

In the documentation, it is suggested that whatever function name you configured in serverless.yml should be used when invoking the function from another PHP application. ```php $result = $lambda->invoke([ 'FunctionName'...