AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

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?




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.