Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Response streaming support for java lambda #476

Open
Unshure opened this issue Apr 15, 2024 · 1 comment
Open

Response streaming support for java lambda #476

Unshure opened this issue Apr 15, 2024 · 1 comment

Comments

@Unshure
Copy link

Unshure commented Apr 15, 2024

Looking through the lambda documentation, I was not able to find any reference to streaming support for the Java managed runtime. Taking a look at this package, it seems like it could be supported by calling the lambda response api with a streamed response from the java runtime interface client. Is the java response streaming supported anywhere, or would it make sense to add it to this runtime interface client?

@smirnoal
Copy link
Contributor

response streaming is only available for nodejs Lambda Runtime as of now.

Take a look at https://github.com/awslabs/aws-lambda-web-adapter, it could be a fit for your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants