{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "2014 11 13", "type": "folder" }, "items": [ { "info": { "name": "InvokeAsync", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/2014-11-13/functions/:FunctionName/invoke-async/", "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": "" } ], "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.
" } ], "body": { "type": "json", "data": "{}" } }, "docs": "For asynchronous function invocation, use Invoke.
Invokes a function asynchronously.
" } ] } ], "bundled": true }