Marco Deleu
Marco Deleu
Since this has been closed on the symfony side, perhaps we can close here, too?
While official documentation is still under work, I invite anybody interested in accomplishing this to give a read on my recent post. https://blog.deleu.dev/running-lambda-behind-application-load-balancer/
@tripper54 I'm sorry to hear that, but the link is working for me
Should we document / recommend the DynamoDB session driver?
Something that will be on the new runtime i BREF-specific input that can be understood as an HTTP request, such as `BREF_METHOD` and `BREF_BODY`
I would not expect any issues by using a FIFO Queue except the differences AWS already documents. FIFO Queues cannot handle as much load as regular Queues as they need...
The package automatically allows 0.0.0.0/0 which essentially would be the same as `*`, no? Can you help me understand a use case that works with `*` only?
You may be able to take a few inspiration from https://github.com/cgauge/laravel-bref-adapter/tree/master/handlers and https://blog.deleu.dev/using-aws-lambda-as-a-private-laravel-api/ Laravel has 2 primary entrypoint (`public/index.php` and `artisan`). Both of them reuses `bootstrap/app.php` for Application bootstrapping which...
Why can't the lambda perform the database queries?
@adrianmiu You can opt to deploy your AWS Lambda inside a VPC with a NAT Instance or a NAT Gateway. In both cases, the public IP will be static (and...