From 4d8314dbe69c28c2e7cdf895b3bbe7482e567719 Mon Sep 17 00:00:00 2001 From: Leonard O'Sullivan Date: Sat, 28 Feb 2026 11:47:15 +1000 Subject: [PATCH] docs: note EC2 events as the only supported event source Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c325eda..3a18d74 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ See [Performance](docs/PERFORMANCE.md) for detailed timings and cost breakdowns. - **DLQ**: Failed Lambda invocations go to an SQS dead letter queue. - **Clean destroy**: A cleanup action terminates NAT instances before `terraform destroy` removes ENIs. - **Config versioning**: Changing AMI or instance type auto-replaces NAT instances on next workload event. +- **EC2 events only**: Currently nat-zero responds only to EC2 instance state changes. If you have a use case for other event sources (ECS tasks, Lambda, etc.), PRs are welcome. ## Requirements