A developer needs to securely store database credentials for a serverless application. Which service should be used?
Secrets Manager is the best choice for database credentials.
Why this answer
AWS Secrets Manager is designed for storing and rotating secrets like database credentials. Option B (SSM Parameter Store) can store secrets but lacks automatic rotation. Option C (KMS) is for keys.
Option D (S3) is not a secrets service.