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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Autodiscover all Lambda functions in your account that match a prefix or an allowed list of names. Returns the names and descriptions of the functions.
Invoke a specified Lambda function by name, passing the required parameters as needed.