bref
bref copied to clipboard
Serverless PHP on AWS Lambda
One of our Lambda functions running in eu-west-2 started getting intermittant errors logging in Cloudwatch stating: "Error: signal: terminated Extension.Crash" When this occurs, none of our application code is executed...
This PR builds on the work started by @t-geindre in #55. If we are 1 second away from Lambda shutting down, then thrown an exception to let the application shutdown...
Hi, I am just trying to get my Laravel App running on AWS Lambda with Bref. Thanks for this great piece of software and documentation. I think there are some...
Swoole has various very interesting concepts. Its crazy fast, async everything (php, mysql, redis etc), has support for coroutines og websockets. I opened a ticket at Swoole repo to [support...
In https://github.com/brefphp/bref/pull/734 a feature got merged that adds a delay to the warmup function in order to have multiple warm lambda's. The wanted outcome is that when you send `n`...
When using the PHP FPM layer, calling `getcwd()` will return `"/"`. I would expect it to return `"/var/task"`. I will double check with the PSR-15 handler. I think that returns...
I am opening this issue so that we document this information. When building an API on Lambda (+ API Gateway) we often need to enable CORS so that it can...
Quick story Today I hit an issue with one of my deployments where doing a post request with some JSON triggered a 502 bad gateway error. This error didn't appear...
Follow up of #122 The `bref cli` helper requires to pass the name of the function to invoke: ``` vendor/bin/bref cli -- doctrine:migrate ``` Ideally we should run this: ```...
OpenTelemetry is an observability framework for cloud-native software and comes with a collection of tools, APIs, and SDKs. You can use it to instrument, generate, collect, and export telemetry data...