Skip to content

Commit

Permalink
update TODO list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Mar 30, 2018
1 parent 7400d94 commit 37205bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -228,7 +228,7 @@ Rules:
# TODO

* Add an optional YAML file for project settings, such as ignoring certain rules for certain resources
* Finish implementing value_from to allow for dynamic data (again, see Cloud Custodian)
* Add support for http to value_from
* Figure out how dependency management works in go
* The lambda function does not handle OverSizedChangeNotification
* The lambda function name is hard-coded in the Makefile
Expand All @@ -237,3 +237,8 @@ Rules:
* Start using go testing coverage tools
* Ruleset examples have Initial upper case for top level attributes, all lower case for rules
* Use log package for error reporting
* Deal with a few FIXME comments in code, mostly error handling
* Consider adding these operators: all, any, none, one
* Use the LintRules linter to implement a -validate option
* Should there be some pre-defined RuleSets?
* Would it be useful to have helper utilities to send output to CloudWatch/SNS/Kinesis?

0 comments on commit 37205bb

Please sign in to comment.