
Explanation:
The correct answer is C. AWS AppConfig is a service designed specifically for the management of configuration data which can include feature flags. It allows developers to seamlessly activate and deactivate feature flags, ensuring that features remain hidden from users until they are ready for public release. The other options, like AWS AppSync, Amazon DynamoDB, and AWS Amplify DataStore, are not primarily intended for feature flag management, making AWS AppConfig the most suitable solution for this requirement.
Ultimate access to all questions.
How can a developer manage selective feature activation in a web application, ensuring features remain hidden until ready for public use?
A
By setting up feature flags in AWS AppSync and controlling their activation.
B
Using Amazon DynamoDB with Streams to toggle the visibility of prerelease data.
C
Employing AWS AppConfig for feature flag management to govern feature visibility.
D
Leveraging AWS Amplify DataStore to synchronize and control the visibility of prerelease data.
No comments yet.