aws-cloudformation / community-registry-extensions

MIT No Attribution
85 stars 27 forks source link

Add AWS Config proactive evaluation hook #261

Closed tschia closed 4 months ago

tschia commented 5 months ago

Issue #, if available:

Description of changes: Add hook that works with AWS Config proactive evaluations

Unit tests

[INFO] Running com.awssamples.configproactiveeval.hook.PreUpdateHookHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.915 s - in com.awssamples.configproactiveeval.hook.PreUpdateHookHandlerTest
[INFO] Running com.awssamples.configproactiveeval.hook.PreCreateHookHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.113 s - in com.awssamples.configproactiveeval.hook.PreCreateHookHandlerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

Contract tests exerpt

5 passed, 2 skipped, 17 deselected

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.