LambdaFunctionMetadata - Inspector
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

LambdaFunctionMetadata

The Amazon Lambda function metadata.

Contents

functionName

The name of a function.

Type: String

Required: No

functionTags

The resource tags on an Amazon Lambda function.

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

layers

The layers for an Amazon Lambda function. A Lambda function can have up to five layers.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 5 items.

Required: No

runtime

An Amazon Lambda function's runtime.

Type: String

Valid Values: NODEJS | NODEJS_12_X | NODEJS_14_X | NODEJS_16_X | JAVA_8 | JAVA_8_AL2 | JAVA_11 | PYTHON_3_7 | PYTHON_3_8 | PYTHON_3_9 | UNSUPPORTED | NODEJS_18_X | GO_1_X | JAVA_17 | PYTHON_3_10 | PYTHON_3_11 | DOTNETCORE_3_1 | DOTNET_6 | DOTNET_7 | RUBY_2_7 | RUBY_3_2

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: