All Collections
Actions
Amazon Web Services
Invoke Lambda Function Actions
Invoke Lambda Function Actions
Matt Houser avatar
Written by Matt Houser
Updated over a week ago

Description

The Invoke Lambda Function action can be used to execute your Lambda functions

Settings

Please see Common Action Settings for a description of settings common to all action types.

Function Name

The name of your Lambda function.

Arguments

The arguments to supply to your Lambda function. Arguments must be in JSON format. "Empty" arguments, or no arguments should be expressed as "{ }".

Amazon Commands Used

The following Amazon AWS commands are used. The access key should have permission to execute all of them.

  • lambda:InvokeFunction

Did this answer your question?