Vin

Results 11 comments of Vin

@pedroslopez do you need any help here?

Lemme fix these errors from the tests.

@mnapoli Tests fixed, and added more tests to the streaming code

@georgeboot thanks, Fiber was the only way I could find to allow the read function from curl not having to wait for the next chunk, in my tests adding a...

@GrahamCampbell @mnapoli my two cents on FPM: It's not that it won't ever work, it's just that it requires a little more coding that for my specific use case I...

@mnapoli I will try to answer some of the questions the best I can as I'm on mobile now. Lambda as far as I could figure out doesn't let us...

@mnapoli yeah, I didn't dump the environment to be honest, nor I looked at the parent calling the binary, maybe the answer is there.

@mnapoli > I think I stumbled upon a bug in the PHP SDK: https://github.com/aws/aws-sdk-php/issues/2787#issuecomment-3213706514 I think they forgot to add the `StreamRequestPayloadMiddleware` to the LambdaClient; that's why it's waiting synchronously....

@mnapoli I did some tests in a staging environment here, So, removing the `invokeMode: RESPONSE_STREAM` and keeping the variable enabled `BREF_STREAMED_MODE=1`, it did work, and I could see the content...

@mnapoli Good news! FPM now supports Streamed responses 🎉 Only if you have Fibers support, though, which is basically PHP 8.1+ On the other hand, I discovered an issue at...