1.2.1 Release Mailer Bug
jleopold28 opened this issue · 2 comments
jleopold28 commented
The latest 1.2.1 release is causing errors with c7n-mailer.
Some output from our latest errorscan:
08:35:34 RequestID=abc123 logGroupName=/aws/lambda/cloud-custodian-mailer logStreamName=2020/06/26/[$LATEST]abc123
08:35:34 START RequestId: X Version: $LATEST
08:35:34 END RequestId: X
08:35:34 REPORT RequestId: X Duration: 1.32 ms Billed Duration: 100 ms Memory Size: 1024 MB Max Memory Used: 72 MB
08:35:34 START RequestId: Y Version: $LATEST
08:35:34 END RequestId: Y
08:35:34 REPORT RequestId: Y Duration: 1.80 ms Billed Duration: 100 ms Memory Size: 1024 MB Max Memory Used: 72 MB
08:35:34 START RequestId: Z Version: $LATEST
08:35:34 END RequestId: Z
08:35:34 REPORT RequestId: Z Duration: 1.36 ms Billed Duration: 100 ms Memory Size: 1024 MB Max Memory Used: 72 MB
08:35:34 Always-Match Logs (RequestID not in DLQ, but log matches regex that we want to always alarm on)
08:35:34 [ERROR] Runtime.ImportModuleError: Unable to import module 'periodic': No module named 'ellipticcurve'
08:35:34 [ERROR] Runtime.ImportModuleError: Unable to import module 'periodic': No module named 'ellipticcurve'
...
I am still investigation the cause of this issue. In the meantime, please use the old 1.2.0 release.
jantman commented
See upstream bug: cloud-custodian/cloud-custodian#5899
jantman commented
this has been fixed