aws.lambda.list_layers
Example SQL Queries
SELECT * FROMaws.lambda.list_layers;Description
Lists Lambda layers and shows information about the latest version of each. Specify a runtime identifier to list only layers that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layers that are compatible with that instruction set architecture.
Table Definition
| Column Name | Column Data Type |
|---|---|
| compatible_architecture Input Column The compatible instruction set architecture. | VARCHAR |
| compatible_runtime Input Column A runtime identifier. The following list includes deprecated runtimes. For more information, see Runtime use after deprecation. For a list of all currently supported runtimes, see Supported runtimes. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| latest_matching_version The newest version of the layer. | STRUCT( |
Show child fields
| |
| layer_arn The Amazon Resource Name (ARN) of the function layer. | VARCHAR |
| layer_name The name of the layer. | VARCHAR |