{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvokeWithResponseStreamRequest", "title": "InvokeWithResponseStreamRequest", "type": "object", "properties": { "Payload": { "allOf": [ { "$ref": "#/components/schemas/Blob" }, { "description": "
The JSON that you want to provide to your Lambda function as input.
You can enter the JSON directly. For example, --payload '{ \"key\": \"value\" }'. You can also specify a file path. For example, --payload file://payload.json.