Topic 1 Question 527
A developer is writing an application in AWS Lambda. To simplify testing and deployments, the developer needs the database connection string to be easily changed without modifying the Lambda code.
How can this requirement be met?
Store the connection string as a secret in AWS Secrets Manager.
Store the connection string in an IAM user account.
Store the connection string in AWS KMS.
Store the connection string as a Lambda layer.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
en AWS Secrets Manager, el desarrollador puede cambiar la configuración sin modificar el código Lambda
👍 1italiancloud20252025/02/17
シャッフルモード