Skip to content

Commit

Permalink
Merge pull request #9007 from steve-jansen/patch-2
Browse files Browse the repository at this point in the history
Update aws_lambda_permission doc for CloudWatch Events
  • Loading branch information
stack72 committed Sep 23, 2016
2 parents 208dc51 + 2e7e284 commit a8a1f6d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ EOF
The permission will then apply to the specific qualified ARN.
e.g. `arn:aws:lambda:aws-region:acct-id:function:function-name:2`
* `source_account` - (Optional) The AWS account ID (without a hyphen) of the source owner.
* `source_arn` - (Optional) When granting Amazon S3 permission to invoke your function,
you should specify this field with the bucket Amazon Resource Name (ARN) as its value.
This ensures that only events generated from the specified bucket can invoke the function.
* `source_arn` - (Optional) When granting Amazon S3 or CloudWatch Events permission to
invoke your function, you should specify this field with the Amazon Resource Name (ARN)
for the S3 Bucket or CloudWatch Events Rule as its value. This ensures that only events
generated from the specified bucket or rule can invoke the function.

0 comments on commit a8a1f6d

Please sign in to comment.