awsLambdaFunctions
Terraform data resource to get a list of Lambda Functions.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLambdaFunctions.DataAwsLambdaFunctions(this, "all", {});
Argument Reference
The resource does not support any arguments.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
functionNames
- A list of Lambda Function names.functionArns
- A list of Lambda Function ARNs.