MCP2Lambda enables Large Language Models to interact with AWS Lambda functions as tools without code changes. It acts as a bridge between MCP clients and Lambda functions, allowing models to access private resources, interact with AWS services, and leverage Lambda's capabilities for data processing and external API access. The implementation includes autodiscovery of Lambda functions and secure invocation, making it useful for extending AI capabilities in enterprise environments with existing AWS infrastructure.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Autodiscover all Lambda functions in your account that match a prefix or an allowed list of names, sharing their names and descriptions.
Invoke a specified Lambda function by name, passing the required parameters to execute it.