AWS Security MCP

Apache 2.0
4
  • Apple

list_function_layers

Identify and retrieve details of layers associated with an AWS Lambda function for security analysis and configuration review using the AWS Security MCP.

Instructions

List layers used by a Lambda function.

Args: function_name: Name or ARN of the Lambda function Returns: Formatted string with Lambda function layers

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g