AWS Security MCP

Apache 2.0
4
  • Apple

list_invocations

Retrieve recent invocations of a specified AWS Lambda function from CloudWatch logs for analysis and monitoring within AWS Security MCP.

Instructions

Get recent invocations of a Lambda function from CloudWatch logs.

Args: function_name: Name or ARN of the Lambda function limit: Maximum number of invocations to return Returns: Formatted string with recent Lambda function invocations

Input Schema

NameRequiredDescriptionDefault
function_nameYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" }, "limit": { "default": 10, "title": "Limit", "type": "integer" } }, "required": [ "function_name" ], "title": "list_invocationsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g