You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Was just trying out the config-rules.template and am seeing that the rule check-whether-cloudtrail-is-enabled does not appear to be working. Config Rules reports "No results available". Looking at the cloudwatch logs for the lambda function, it is reporting a syntax error:
SyntaxError: Unexpected token u
at Object.parse (native)
at exports.handler (/var/task/index.js:24:31)
Was just trying out the config-rules.template and am seeing that the rule
check-whether-cloudtrail-is-enableddoes not appear to be working. Config Rules reports "No results available". Looking at the cloudwatch logs for the lambda function, it is reporting a syntax error: