Skip to main content

AWS Lambda

ToolJet can connect to AWS Lambda to run serverless functions.

NOTE

Before following this guide, it is assumed that you have already completed the process of Using Marketplace plugins.

Connection

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

  • 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.
aws lambda connection

Supported Operation

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.
aws lambda querying