invokeMode property

Input<String?>? invokeMode
final

How the Lambda function responds to an invocation. Valid values are BUFFERED (default) and RESPONSE_STREAM.

Implementation

final pulumi.Input<String?>? invokeMode;