Skip to content

AWS Lambda ​

Manage and invoke serverless functions on AWS Lambda.

DetailValue
CategoryCloud & Infra
Base URLhttps://lambda.us-east-1.amazonaws.com
AuthenticationAPI Key
Endpoints8
Connector keyaws-lambda

Using AWS Lambda in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick AWS Lambda from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /2015-03-31/functionsList Lambda functions
POST /2015-03-31/functionsCreate a Lambda function
GET /2015-03-31/functions/{FunctionName}Get function details
DELETE /2015-03-31/functions/{FunctionName}Delete a Lambda function
POST /2015-03-31/functions/{FunctionName}/invocationsInvoke a Lambda function
PUT /2015-03-31/functions/{FunctionName}/configurationUpdate function configuration
POST /2015-03-31/functions/{FunctionName}/versionsPublish a new function version
GET /2015-03-31/functions/{FunctionName}/aliasesList function aliases

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.