AWS Security MCP

Apache 2.0
4
  • Apple

get_function_policy

Retrieve the resource policy for an AWS Lambda function by specifying its name or ARN. Returns a JSON-formatted policy for security analysis and configuration review.

Instructions

Get the resource policy for a Lambda function.

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

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g