- Apply
lazy_static
to improve regex performance - Add new
# Comment
form (issue #4 ) - Move
wildcards
processing to HashSet to prevent duplicate rules from being created - Replace runtime
unwraps()
with proper matching to more gracefully handle template payloads - Add travis.yml test hooks (thanks @gliptak!)
- Reduce cfn-guard-lambda to
INFO
by default - Deduplicate
cfn-guard-lambda
Makefile with targets for FAIL, PASS and ERR tests - Add a
test
target to to the top-level Makefile to allow for easily testing all three cargo projects - Reorganize the
README
's to move the run-time parameters more clear (issue #16 ) - Add
issue
andfeature
github templates