{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 2021 11 15 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "2021 11 15", "type": "folder" }, "items": [ { "info": { "name": "InvokeWithResponseStream", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/2021-11-15/functions/:FunctionName/response-streaming-invocations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" }, { "name": "X-Amz-Invocation-Type", "value": "" }, { "name": "X-Amz-Log-Type", "value": "" }, { "name": "X-Amz-Client-Context", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "
The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" }, { "name": "Qualifier", "value": "", "type": "query", "description": "The alias name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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