bref
bref copied to clipboard
Serverless PHP on AWS Lambda
**Description:** I'm using a docker image with Lambda with the following dependencies to handle SQS jobs. ``` "php": "8.1" "bref/bref": "^2.3", "bref/laravel-bridge": "^1.2", "laravel/framework": "^v8.83.27" ``` I'm getting the exception...
I have the basic code ```
**Description:** In the PHP-FPM runtime, when a request times out, PHP-FPM restarts. However, in some cases, the restart itself times out, leading to a state where the runtime cannot be...
**Description:** This is my serverless.yml  I successfully deployed the queue worker to AWS Lambda. However, when a new queue is added to SQS, the logs display the following, as...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [nextra](https://github.com/shuding/nextra) and [nextra-theme-docs](https://github.com/shuding/nextra). These dependencies need to be updated together. Updates `cross-spawn` from 7.0.3 to 7.0.6 Changelog Sourced from cross-spawn's changelog....
I created a dockerfile for my queue service because its in an unsupported region, and couldn't use the native runtimes. Here is my `Dockerfile` ```dockerfile FROM bref/php-83:2 COPY --from=bref/extra-pgsql-php-83:1 /opt...
Hi there, Is there a possibility to get support for eu-central-2? Cheers
Please see the [related PR](https://github.com/brefphp/secrets-loader/pull/12) on the secrets loader which adds support for defining secret env values in dotenv. This change ensures we will always attempt to load secrets if...
**Description:** Since monday my lambda can't be deployed ou rollbacked with the error "CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [...]....
**Description:** Our system had a check that was throwing an exception early on in application bootstrapping. This exception caused the FPM handler (v3) to display the "white screen of death"...