interface AwsLambdaNodeParameters {
function?: string;
invocationType?: "RequestResponse" | "Event";
operation?: "invoke";
payload?: string;
qualifier?: string;
}
interface AwsLambdaNodeParameters {
function?: string;
invocationType?: "RequestResponse" | "Event";
operation?: "invoke";
payload?: string;
qualifier?: string;
}
The function you want to invoke. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getFunctions"}