Skip to content

Latest commit

History

History
32 lines (21 loc) 路 1.28 KB

File metadata and controls

32 lines (21 loc) 路 1.28 KB
id title
aws-lambda-plugin
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