Created
February 10, 2017 13:22
-
-
Save s0enke/97920702cf1cdb4f45411e926ca028a3 to your computer and use it in GitHub Desktop.
cloud-custodian error message when running as Lambda function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
policies: | |
- name: s3-bucket-check | |
resource: s3 | |
mode: | |
role: arn:aws:iam::xxxxx:role/lambda-basic-execution | |
type: periodic | |
schedule: "rate(10 minutes)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment