Is Response Streaming supported in the .NET AWS/Lambda SDK? #1591
Answered
by
normj
cdschneider
asked this question in
Q&A
|
The ResponseStreaming feature for Lambda was released earlier this year. In the release blog-post, they provide an example of how to do this in the node/14.x runtime. Is this feature or will this feature be supported in the .NET SDK for Lambda? |
Answered by
normj
Oct 11, 2023
Replies: 3 comments 1 reply
|
We don't currently have support for it in our .NET Lambda runtime client. It is something I'm interested in getting added so thanks for raising the question to raise the interest in getting the work prioritized. |
0 replies
Answer selected by
cdschneider
|
Out of curiosity if support was only available when you deployed as an executable, like when you right a function using minimal APIs, would that be a blocker for you? |
1 reply
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't currently have support for it in our .NET Lambda runtime client. It is something I'm interested in getting added so thanks for raising the question to raise the interest in getting the work prioritized.