Invoke
GET {{aws_lambda_base_url}}/?ClientContext&FunctionName&InvocationType&LogType&Qualifier&Action=Invoke
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientContext | null | Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object. | |
FunctionName | null | The name of the Lambda function, version, or alias. | |
InvocationType | null | Choose from the following options. | |
LogType | null | Set to Tail to include the execution log in the response. | |
Qualifier | null | Specify a version or alias to invoke a published version of the function. | |
Action | string |