This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
See #44 (comment).
Right now we do not have a way to manually tear down resources after running tests. Currently, we use CloudWatch alarms to automatically shut down idle instances, which works well for our current tests. But this starts to break down when we expand our types of tests. Such as long-running tests (#44), tests that spin up Kafka clusters, etc. We should think about a simple cleanup mechanism that can tear down all test state after an idle period.