Puppet Task: lambda_aws_get_function_configuration
- Defined in:
-
tasks/lambda_aws_get_function_configuration.json,
tasks/lambda_aws_get_function_configuration.rb
Overview
Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using CreateFunction. If you are using the versioning feature, you can retrieve this information for a specific function version by using the optional Qualifier parameter and specifying the function version or alias that points to it. If you don't provide it, the API returns information about the $LATEST version of the function. For more information about versioning, see AWS Lambda Function Versioning and Aliases. This operation requires permission for the lambda:GetFunctionConfiguration operation.