Puppet Task: lambda_aws_remove_permission

Defined in:
tasks/lambda_aws_remove_permission.json,
tasks/lambda_aws_remove_permission.rb

Overview

You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission. If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the AddPermission request via the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases. Note that removal of a permission will cause an active event source to lose permission to the function. You need permission for the lambda:RemovePermission action.

Supports noop? false

Parameters