Question 43:
A Developer is writing several Lambda functions that each access data in a common RDS DB instance. They must share a connection string that contains the secret database credentials. A company policy requires that all secrets be stored encrypted. Which solution will minimize the amount of code the Developer must write?
Answer options:
A.Use common DynamoDB table to store settings. B.Use AWS Lambda environment variables. C.Use Systems Manager Parameter Store secure strings. D.Use a table in a separate RDS database.