Package-level declarations

Functions

Link copied to clipboard
fun LambdaAsyncClient.invokeFlow(functionName: String, upstream: Flow<String>, invocationType: InvocationType = InvocationType.REQUEST_RESPONSE, logType: LogType? = null, qualifier: String? = null, clientContext: String? = null, concurrency: Int = 1): Flow<InvokeResponse>

Creates a flow that invokes an AWS Lambda function with the specified functionName.