aws.lambda.function
Supported Platform
- aws
Description
AWS Lambda Function
The aws.lambda.function
provides fields for assessing the configuration of individual AWS Lambda functions. For usage see the aws.lambda
resource documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | arn of the function |
name | string | name of the function |
concurrency | int | concurrency limit for the function |
dlqTargetArn | string | target ARN of the DeadLetterQueue config |
policy | dict | policy for the function |
vpcConfig | dict | vpc configuration for the lambda function |
region | string | region where the function exists |
tags | map[string]string | tags for the function |