Skip to content

Commit

Permalink
add some TODO items to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Mar 8, 2018
1 parent 358bc2f commit 1ea6607
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ The filters and operations are modeled after those used by CloudCustodian: http:
# TODO

Lots to do. This is just a proof-of-concept.

* Embedded JSON for IAM policies should be parsed and made available for JMESPath query
* Add an optional YAML file for project settings, such as ignoring certain rules for certain resources
* Implement more of the operators from CloudCustodian
* Figure out what other filter types might be needed (if any)
* Improve output - table format, JSON format
* Add value_from to allow for dynamic data (again, see CloudCustodian)
* Add ability to extend with a Lambda function
* Add command line paramter for rules file or directory (currently hard-coded)

0 comments on commit 1ea6607

Please sign in to comment.