You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
A while ago I discovered that AWS announced that their Lambdas support response streaming if function URLs are used. Regarding the linked blog post, it is possible to use custom runtimes if Node.js is not used. So I am wondering if it is possible to create and deploy a micronaut graalvm application with its custom runtime to AWS and use the lambda response streaming with function URLs. I have already done some experiments with different lambdaRuntimeClasss but I could not find a solution which turns off the response buffering in favor of response streaming. Is there support for the streaming? If so, is there a guide for the necessary setup?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
A while ago I discovered that AWS announced that their Lambdas support response streaming if function URLs are used. Regarding the linked blog post, it is possible to use custom runtimes if Node.js is not used. So I am wondering if it is possible to create and deploy a micronaut graalvm application with its custom runtime to AWS and use the lambda response streaming with function URLs. I have already done some experiments with different
lambdaRuntimeClass
s but I could not find a solution which turns off the response buffering in favor of response streaming. Is there support for the streaming? If so, is there a guide for the necessary setup?Beta Was this translation helpful? Give feedback.
All reactions