Skip to main content
Feedback

AWS Lambda MCP connector

Updated 

AWS Lambda is Amazon's serverless compute service for running code without provisioning or managing servers. The AWS Lambda MCP connector allows AI agents to discover available Lambda functions and invoke them on demand. It also supports triggering serverless workflows as part of broader automation tasks across a Boomi instance.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the AWS Lambda MCP connector to perform the following actions:

  • Discover every serverless function available in an AWS account instantly
  • Trigger automated tasks by running Lambda functions from a workflow
  • Kick off data processing jobs on demand without manual intervention
  • Test function behavior by invoking it with sample input data
  • Automate routine backend operations without writing custom integration code
  • Chain Lambda functions into larger business workflows for end-to-end automation
  • Confirm a process completed successfully by retrieving function output instantly
  • Audit which functions exist in an environment before building new workflows

Example prompts

Use the following example prompts to invoke AWS Lambda MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all the Lambda functions available in my AWS Lambda account.
  • Run the invoice-processing function in AWS Lambda right now.
  • List every function I have set up in AWS Lambda.
  • Trigger the order-confirmation function in AWS Lambda with today's order data.
  • What Lambda functions do I have that handle customer notifications?
  • Invoke the data-cleanup function in AWS Lambda and tell me the result.
  • Check if a function called send-welcome-email exists in AWS Lambda.
  • Run the report-generator function in AWS Lambda and show me the output.
  • Give me a list of all serverless functions I can trigger through AWS Lambda.
  • Kick off the nightly-sync function in AWS Lambda.

AWS Lambda MCP connector tools

The AWS Lambda MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
listFunctionsList Lambda functions
invokeFunctionInvoke a Lambda function
On this Page