Announcing response streaming for .NET on AWS Lambda
Today, we are announcing support for AWS Lambda response streaming for .NET Lambda functions. With response streaming, functions can be more responsive by sending data back to the caller incrementally as it becomes available, rather than buffering the entire response in memory before returning it. Why response streaming? With the traditional Lambda invocation model, the […]
Announcing response streaming for .NET on AWS Lambda Read More »





