invokeWithResponseStream (original) (raw)

lambda/aws.sdk.kotlin.services.lambda/LambdaClient/invokeWithResponseStream

abstract suspend fun <T> invokeWithResponseStream(input: InvokeWithResponseStreamRequest, block: suspend (InvokeWithResponseStreamResponse) -> T): T

Configure your Lambda functions to stream response payloads back to clients. For more information, see Configuring a Lambda function to stream responses.

This operation requires permission for the lambda:InvokeFunction action. For details on how to set up permissions for cross-account invocations, see Granting function access to other accounts.

© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.Generated by dokka