bref
bref copied to clipboard
Serverless PHP on AWS Lambda
**Description:** I am seeing a 502 gateway error on every second request made to my api. In cloudwatch logs I can see the following: ``` START RequestId: 3711f7ba-56d6-41d6-9e70-decaa7f0fcdf Version: $LATEST...
**Expected:** I can setup signing profile for improved security during app deployment and successfully deploy an application. https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/authoring-codesigning.html **Actual:** It fails or shows warning during stack deployment since bref layer...
Added some documentation to help Laravel users understand to use Artisan commands with custom Lambda handlers.
**Description:** I have a large vendor folder (~100MB production optimized) and have `bref.separateVendor = true`. I then sometimes get the `Failed opening file` error which it encounters while trying to...
Bref web functions expect to be invoked by either an API Gateway or ALB. It would be nice if Bref was able to handle HTTP events from different types of...
I ran a composer update and symfony/flex automatically add [nyholm_psr7.yaml](https://github.com/symfony/recipes/blob/master/nyholm/psr7/1.0/config/packages/nyholm_psr7.yaml) to my symfony config folder because bref 0.5.21 has a dependency on [Nyholm/psr7](https://github.com/Nyholm/psr7). I'm not against that dependency but i'm...
I would like to create a page that references applications or websites built with Bref. In the meantime let's collect here links and descriptions of those applications. Feel free to...
Hello, why is xdebug enabled only for fpm runtimes? It would be great to have it on php runtimes too, to debug easily complex event-driven functions
> **TL;TR** Consider public use of `Bref\Runtime\LambdaRuntime` for containers who does not inherit from `bref/php-??` images After check all those announcements around the possibility of use custom container images for...
I've encountered the same problems described in #756, so I've checked how PHP implemented the parse string filter and rewrote it in PHP to avoid using `parse_str` itself. Spaces and...