AWS Security MCP

Apache 2.0
4
  • Apple

list_function_permissions

Retrieve and analyze Lambda function invocation permissions in JSON format by specifying the function name or ARN, enabling AWS security audits and access control verification.

Instructions

List permissions granted to invoke a Lambda function.

Args: function_name: Name or ARN of the Lambda function Returns: JSON formatted string with Lambda function permissions

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" } }, "required": [ "function_name" ], "title": "list_function_permissionsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g