New Lamdba creation functionality #10479
-
|
Hi, e.g local currently custodian run -s output --dry-run untagged-resources.yml New functionality custodian lambda build -s output untagged-resources.yml So instead of manually making a zip file yourself with all the dependencies (c7n and boto3), config.json, lambda-handler.py it can do it one two commands, (providing your connected ok to the AWS account). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Check out AWS Modes - adding a mode to your policy and running policies:
- name: test
resource: s3
mode:
type: cloudtrail
events:
... |
Beta Was this translation helpful? Give feedback.
Check out AWS Modes - adding a mode to your policy and running
custodian runwill create respective resources like lambda + eventbridge triggere.g.