From 8e2564e57503d56ab746f3fa287eb0271246116d Mon Sep 17 00:00:00 2001 From: Mario Viens Date: Wed, 27 Oct 2021 17:32:31 -0700 Subject: [PATCH] Add clarification on monocdk library use. Using monocdk with the @aws-cdk/assert creates problems. I initially was going to create a PR to fix the problem it created, but instead I found this is what we should use instead, which this readme update would have saved me a lot of time troubleshooting. --- packages/@aws-cdk/assert-internal/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@aws-cdk/assert-internal/README.md b/packages/@aws-cdk/assert-internal/README.md index 9256b46d2b154..ae72469dc59e2 100644 --- a/packages/@aws-cdk/assert-internal/README.md +++ b/packages/@aws-cdk/assert-internal/README.md @@ -11,6 +11,8 @@ > announced in the release notes. This means that while you may use them, you may need to update > your source code when upgrading to a newer version of this package. +If using monocdk, use [@monocdk-experiment/assert](https://www.npmjs.com/package/@monocdk-experiment/assert) instead. + ---