lambda_invoke
Invoke a Lambda function in LocalStack and retrieve its response. Send custom payloads and select invocation type to test serverless logic locally.
Instructions
Invoke a Lambda function in LocalStack and return its response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Invocation payload as a JSON string | |
| functionName | Yes | Function name or ARN | |
| invocationType | No | Invocation type (default: RequestResponse) |