Terraform data resource to get a list of Lambda Functions.
data "aws_lambda_functions" "all" {}
The resource does not support any arguments.
This data source exports the following attributes in addition to the arguments above:
function_names
- A list of Lambda Function names.function_arns
- A list of Lambda Function ARNs.