AWS Certified Developer – Associate (DVA-C02) — Question 345

A developer is working on a web application that requires selective activation of specific features. The developer wants to keep the features hidden from end users until the features are ready for public access.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

AWS AppConfig natively supports creating and managing feature flags, allowing developers to safely toggle application features on or off in real-time without redeploying code. AWS AppSync is a managed GraphQL service, while Amazon DynamoDB Streams and AWS Amplify DataStore are not designed for managing application configurations or feature toggles.