Matthieu Napoli
Matthieu Napoli
OK, we don't want a separate test class, and we don't want to use reflection to test the private method. Here's an example of what would work well: ```php public...
Thank for working on this! I'm torn because I definitely want response streaming, BUT every time someone mentions they want to use it, it actually wouldn't work for them. Here...
I've looked into this today, here's my take: - this is awesome work, thank you for contributing! - ideally we should support FPM invocations if possible (not a requirement for...
Thanks for the quick response! I need to figure out how the Node runtime does it. A function can be invoked via the normal `Invoke` API, or via [InvokeWithResponseStream](https://docs.aws.amazon.com/lambda/latest/dg/API_InvokeWithResponseStream.html), so...
Sharing some notes in random order from today: - There is nothing useful in the invoke payload or headers (aka context of the invocation) that could tell us whether it's...
> Have you checked the function environment? Maybe there's something there, or maybe the process parent arguments, like something --with-streaming-enabled, I don't know. The same function can be invoke both...
Status update: want to test this myself in a real project too, +300ms to the cold start is not negligible, even to get -3ms on warm invokes. The alternative for...
Yes exactly my point
Yes, it seems only 8.0 support was added back then. This is community contributed so I have no idea if this will work on more recent versions 😬 https://github.com/brefphp/extra-php-extensions/blob/master/layers/spx/config.json
Tests are failing 🥲