You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ As per AWS [AppConfig documentation](https://docs.aws.amazon.com/appconfig/lates
60
60
61
61
This implementation uses in-memory IMemoryCache implementation, but any other cache can be easily swapped with if needed.
62
62
63
+
### No support for Multi-Variant flags.
64
+
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.
0 commit comments