From bf18ec7c592b607a2453b785a5a36bcd05007408 Mon Sep 17 00:00:00 2001 From: "Ash.Wani" <149169001+wani-guanxi@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:29:44 -0500 Subject: [PATCH] Update README.md for Multi-variant flag information. Signed-off-by: Ash.Wani <149169001+wani-guanxi@users.noreply.github.com> --- src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md b/src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md index 08ad3a77..e5906552 100644 --- a/src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md +++ b/src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md @@ -60,6 +60,8 @@ As per AWS [AppConfig documentation](https://docs.aws.amazon.com/appconfig/lates This implementation uses in-memory IMemoryCache implementation, but any other cache can be easily swapped with if needed. +### No support for Multi-Variant flags. +This implementation currently does not support **multi-variant** AppConfig Feature flags. Or rather there is no way to pass on calling context to the request to AWS AppConfig. I am looking at documentation to figure out how this is done, but haven't got much far on that. Will be looking to add that soon. ## Usage