bref icon indicating copy to clipboard operation
bref copied to clipboard

Serverless PHP on AWS Lambda

Results 143 bref issues
Sort by recently updated
recently updated
newest added

**Description:** Error: ``` UnexpectedValueException: There is no existing directory at "/var/task/storage/logs" and it could not be created: Read-only file system #0 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php(241): Monolog\Handler\StreamHandler::createDir #1 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php(141): Monolog\Handler\StreamHandler::write #2 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(44): Monolog\Handler\AbstractProcessingHandler::handle #3...

bug

#1953 release notes and upgrade guide. TODO: - [ ] Review

Expose these new environment variables on every invocation: - `_X_AMZN_TRACE_ID` is a standard AWS Lambda variable that contains the X-Ray trace ID (it is exposed by default on native runtimes)...

Thank you everyone for making Bref - it's simply amazing! I noticed the new version of PHP was released a few weeks ago - PHP 8.5, and wanted to see...

enhancement

Hello, I recently upgraded my project to Symfony 7.3 and encountered an issue due to a new Messenger component middleware they've introduced (not particularly important so I'll skip over it)....

enhancement

As queue failover has been introduced, it would be great to have a recommended way of configuring that: https://laravel.com/docs/12.x/queues#queue-failover From the documentation it is not clear if "sync" or "deferred"...

Suggested improvements: * Tips on how to lazy-load (or on the contrary prewarm) services in various frameworks (Symfony, Laravel) when used together with Bref * Advice on Lambda provisioned concurrency...

Suggested improvements * How to configure connection pooling in Symfony or Laravel * How (and when / cost vs. perfs) to use RDS Proxy

An app responding with a large amount/length of headers can cause the "request line and header values" to exceed 1MB: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html > 1 MB for the total combined size of...

enhancement

**Description:** The Lambda function ends up with an error, which results in a 502 Bad Gateway API Gateway response if the URL contains a colon followed by a digit. The...

bug