Skip to main content

AWS Lambda Connector

AWS Lambda List and invoke AWS Lambda functions

Connections

AWS Lambda Access Key and Secret

Authenticates requests to AWS Lambda using an API Key and Secret.

InputCommentsDefault
Access Key IDAn AWS IAM Access Key ID
Secret Access KeyAn AWS IAM Secret Access Key

AWS Role ARN

Connect to AWS using an assumed role

InputCommentsDefault
Role ARNAn AWS IAM Role ARN
Access Key IDAn AWS IAM Access Key ID
Secret Access KeyAn AWS IAM Secret Access Key

Actions

Invoke

Invoke an AWS Lambda function

InputCommentsDefault
Connection
Dynamic Access Key IDUse this input to authenticate with AWS if you are using a dynamically-generated access key. Otherwise, use the connection to enter a static access key ID.
Dynamic Secret Access KeyUse this input to authenticate with AWS if you are using a dynamically-generated secret access key. Otherwise, use the connection to enter a static secret access key.
Dynamic Session TokenUse this input to authenticate with AWS if you are using a OPTIONAL dynamically-generated session token.
AWS RegionAWS provides services in multiple regions, like us-west-2 or eu-west-1.
Function Name or ARNThis can be a function name (my-function), name with alias (my-function:v1), or function ARN (arn:aws:lambda:us-west-2:123456789012:function:my-function).
Invoke TypeRequestResponse (default) - Invoke the function synchronously. Event - Invoke the function asynchronously. DryRun - Validate parameter values and verify that the user or role has permission to invoke the function.RequestResponse
PayloadThe payload to send the lambda function. This can be a JSON string or object that can be serialized into JSON.

List Function

List Information and metadata about all AWS Lambda functions

InputCommentsDefault
Connection
Dynamic Access Key IDUse this input to authenticate with AWS if you are using a dynamically-generated access key. Otherwise, use the connection to enter a static access key ID.
Dynamic Secret Access KeyUse this input to authenticate with AWS if you are using a dynamically-generated secret access key. Otherwise, use the connection to enter a static secret access key.
Dynamic Session TokenUse this input to authenticate with AWS if you are using a OPTIONAL dynamically-generated session token.
AWS RegionAWS provides services in multiple regions, like us-west-2 or eu-west-1.
MarkerSpecify the pagination token that's returned by a previous request to retrieve the next page of results
Max ItemsProvide an integer value for the maximum amount of items that will be returned. Provide a value from 1 to 50.