Retrieving Multi-Variant flags from AWS AppConfig #3620
Closed
wani-guanxi
started this conversation in
General
Replies: 1 comment
-
Opened Q&A for this instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on .NET implementation for retrieving AppConfig data using "AppConfigDataClient" and am having difficulty in understanding how to retrieve multi-variant flags. I don't see any way in the calls using the client to pass along context or any other information to AppConfig, and the returned value only consists of "default" variant but not other variants. Has anybody successfully done anything like that using AppConfigDataClient.
I am thinking of configuring client myself and test passing context in header as explained in this documentation https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-integration-retrieving-feature-flags.html, but will have to rip off my current implementation to make that possible, so wanted to know if anybody have any experience / suggestions on how to do that.
Beta Was this translation helpful? Give feedback.
All reactions