bref
bref copied to clipboard
Serverless PHP on AWS Lambda
**Description:** I use the PHP `intl` extension to format a number with currency. This does not work as expected, which is due to a bug in the ICU library, which...
When trying to use the bref on me-central-1 region i get this error : - Cannot resolve variable at "functions.hello.layers.0": There is no Bref layer named "php-80" in region "me-central-1"....
Hello! I have created a draft patch along with a few examples to enhance the support for asynchronous extensions/frameworks such as Swoole and OpenSwoole. You can find the patch at...
Frameworks (Laravel, Symfony…) offer a way to create a new project with `composer create-project`, e.g. for Laravel: ```bash composer create-project laravel/laravel example-app ``` This is great because its requires everything...
After upgrading to v2 seems like my minimum lambda execution time has increased. Before upgrade my minimum execution time can go as low as 11ms, but after the upgrade so...
We should update https://github.com/brefphp/examples to use Bref v2 (and also update Symfony and Laravel versions). Any help is welcome. Baby steps are OK too, for example you can start by...
I think perhaps a separate page would be best? If we can agree, I will make a PR. Here are the things I was struggling with and now I figured...
**Description:** I'm not sure if it's a bref bug or a AWS one but writting too much log on stderr hang after an arbitrary limit something like "you write 152...
hello! Thank you for developing the always useful bref pacakge. I'd like to suggest additional documentation for Laravel and SES. I think the code of `'token' => env('AWS_SESSION_TOKEN'),` should be...
For example `/tags/john:81`. I'm opening this PR with a test case to reproduce. I don't have a fix yet. @Nyholm the root of the exception is in https://github.com/Nyholm/psr7, specifically here:...