Lambda deployment (mode: periodic) and --output-dir s3://my-custodian-bucket #7324
Replies: 6 comments
-
There's an ability to specify cli options specific to the lambda execution via the
|
Beta Was this translation helpful? Give feedback.
-
@kapilt Thx for the quick response.
Lambda's config.json looks ok:
Following code in dispatch_event() of handler.py does show correct data What am I missing? |
Beta Was this translation helpful? Give feedback.
-
which version of custodian are you using? |
Beta Was this translation helpful? Give feedback.
-
Version: 0.8.28.2 |
Beta Was this translation helpful? Give feedback.
-
Hi @sp5963 , is your problem is resolved? I am also facing similar problem. Thanks for your response. |
Beta Was this translation helpful? Give feedback.
-
execution-options work for me !.
|
Beta Was this translation helpful? Give feedback.
-
Running policy in poll mode at the terminal I can specify --output-dir with s3:// to save resource json and run log to the S3 bucket.
How could I generate similar S3 data in the Lambda mode?
Beta Was this translation helpful? Give feedback.
All reactions