Is it possible to write AWS Lambda function with streamed response in C#
I want to make a lambda function that returns a 12-13mb files. According the docs, for regular functions response payload limit is 6mb – for streamed – 20mb.
I found a documentation with streamed lambda example:
How to invoke AWS Lambda via HTTP
Using the AWS Lambda top-level function project template in Visual Studio 2022 I’ve built a basic lambda: