Skip to main content
Version: 2.36.0

AWS Lambda

ToolJet can connect to AWS Lambda to run serverless functions.

Connection

To connect to AWS Lambda plugin, you need to provide the following details:

  • Access Key ID: The access key ID of the IAM user that has the required permissions to access AWS Lambda.
  • Secret Access Key: The secret access key of the IAM user that has the required permissions to access AWS Lambda.
  • Region: The region where the AWS Lambda is hosted.
ToolJet database

Supported Queries

Invoke Lambda Function

This query is used to invoke a Lambda function. The following parameters are required:

  • Function Name: The name of the Lambda function to be invoked.
  • Payload: The JSON payload to be sent to the Lambda function.
ToolJet database