-
I need to pgsql extension available, so I provided the pgsql.so in my lambda function.
Problem is, the `libpq.so.5` is not available on aws lambda, I tried to provide that as well, but then I receive…
-
**Use case:** I'm trying to migrate an image manipulation service that's adding text to an animated gif.
My code works on my regular Ubuntu18 PHP install, but not with Bref 0.5.10 & Lambda.
I g…
-
Update the default options when running a `bref init` so that it adds Laravel as an option:
```
What kind of lambda do you want to create? (you will be able to add more functions later by editing…
-
Recently upgraded to `bref-1.0` and seeing the following error on CloudWatch on deploy.
```
/opt/bin/php: error while loading shared libraries: libncurses.so.6: cannot open shared object file: No …
-
Hi,
Found an old PR for New Relic https://github.com/brefphp/bref/pull/34/files but it appears that it was removed later versions of Bref.
Any ideas if this extension will be supported? Or if…
-
Since AWS announced the support for [websockets via API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html) it appears that we could implement support …
-
Hello,
I'm trying to use the MongoDB extension in my local docker environment. So far i've got the following:
Dockerfile
```
FROM bref/extra-mongodb-php-74 as mongodbextra
FROM bref/php-74-fp…
-
I've got a barebones Laravel 8 project, setup per instructions at https://bref.sh/docs/frameworks/laravel.html. (The only difference is I'm using HTTP API).
When I deploy from my local machine the …
-
Hello!
I am trying to test a new layer before send the PR, but when I execute the ```make layers``` docker shows me an error:
```
docker: Error response from daemon: OCI runtime create failed: …
terox updated
4 years ago
-
Hi,
when I try to [initialize project](https://bref.sh/docs/first-steps.html) by running "vendor/bin/bref init" on win10, it does not create "index.php" nor "serverless.yml" files.
Is it suppose to …