symfony-bridge icon indicating copy to clipboard operation
symfony-bridge copied to clipboard

Bref runtime to run Symfony on AWS Lambda

Results 12 symfony-bridge issues
Sort by recently updated
recently updated
newest added

With this error , https://github.com/EasyCorp/EasyAdminBundle/issues/3715#issuecomment-999616605 (the work around seems to work) I think it's because the process is kept alive so some stuff are kept initialized and not cleaned across...

This PR is for allow support for using a non-standard Kernel, ie Sulu is using their own SuluKernel ([example](https://github.com/sulu/skeleton/blob/2.x/src/Kernel.php#L21)).

enhancement

Symfony ~~6.1~~ 6.2 if a had `- 'var/cache/prod/**' ` to servelerless.yaml `package patterns` i have this error `Warning: touch(): Unable to create file /var/task/var/cache/prod/Container3BKBjE9.legacy because Read-only file system` ![image](https://user-images.githubusercontent.com/46491128/207276610-0edb2415-cf4f-4b29-a2c8-482f73d5b45a.png) Only...

There were recent discussions with @mnapoli regarding this bridge. The idea was to start by documenting some missing parts to run Symfony apps with Bref then we would have "a...

i.e in pages like `employees?direction=desc&page=1&sort=e.lastName` the `sort` and `direction` stay to the one of the cold request, i.e if you do quickly a second request that change this, the new...

Hello. When removing the package it seems unexpected to me for serverless.yml to be removed and any active changes lost, as it's usually created by `bref init` so I didn't...

bug

Hi, I was testing using symfony-bridge and hit a few issues. It all started when exceptions causing a 500 error from Symfony would no longer be logged to CloudWatch. It...

Im testing the new BrefRuntime package and I noticed something. Im still figuring out how exactly it works, but this is the scenario: I have a [runtime option](https://symfony.com/doc/current/components/runtime.html#using-options) set in...

bug