From c00a29cd18bde8a631ecb85048a7aeea513e7954 Mon Sep 17 00:00:00 2001 From: Ben Ellerby Date: Thu, 13 May 2021 12:19:28 +0100 Subject: [PATCH] add warning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e99f99..b50aa0a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Custom Jest Assertions for Serverless Projects `sls-test-tools` provides a range of utilities, setup, teardown and assertions to make it easier to write effective and high quality integration tests for Serverless Architectures on AWS. **🚧 This is in an alpha state while we trial a few initial assertions and get feedback on the approach and structure. 🚧** +**⚠️ AWS resources will be created (SQS Queue, EventBridge Rule...) if the EventBridge module is used. Although there is clear setup and teardown we do not advise running this on production environments currently. ⚠️** ## Installation