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