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:
https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html
But was not able to find such example for C#. Is it possible using C#?