bref
bref copied to clipboard
Serverless PHP on AWS Lambda
Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be...
Its possible to upgrade pdo_sqlite version in bref docker images? Seems that installed version of pdo_sqlite in bref docker images are too old (3.7.17) I'm encountering following error with phpunit...
`chalk` is no longer a dependency for `serverless` v4. `bref` must install `chalk` on its own to use it.
**Description:** Since upgrading to brefv2, i'm no longer seeing error messages in the cloudwatch logs. For example: - I introduce a syntax error in one of my endpoints - I...
**Description:** Serverless comes up with version 4 which is licensed one and with bref during serverless deploy it is asking to login to it. How this will be handled with...
**Description:** See: https://github.com/brefphp/aws-lambda-layers/pull/192 We're seeing lots of random failures in 2.3.4 and 2.3.3 where the child dies of SIGPIPE at the start of a request - meaning something dropped a...
New AWS Lambda layers [have been released](https://github.com/brefphp/aws-lambda-layers/releases): [2.3.5](https://github.com/brefphp/aws-lambda-layers/releases/tag/2.3.5) This PR was automatically generated to update the layer versions used by Bref. After merging, a new Bref release needs to be...
There's no documentation on how to use the docker function runtime to run a Symfony console command. My lambda function is invoked by SES, and I need access to the...
**Description:** When opening my webapp development endpoint (localhost), I sometimes encouter an error: Lambda error: Call to undefined method Bref\Event\Http\HttpRequestEvent::getRequestContext() I am using the php-8.3 bref fpm docker image and...
I'm trying to export the documentation as a PDF that is printable as a book. This is WIP.