Dynamo DB consume from secretsmanager

0

**It is possible to consume secretsManager via dynamoDb tables? for example : **

{
  key: {{resolve:secretsmanager::password}}
}
질문됨 2년 전631회 조회
1개 답변
0

According to the documentation this is possible in CloudFormation.

"The secretsmanager dynamic reference can be used in all resource properties."

profile pictureAWS
전문가
kentrad
답변함 2년 전
  • But if I add that reference to my table, when I call my lambda it would bring up the reference. Is there any way for him to perform this search in "secretsmanager"? When I call my dynamo table through my application's lambda, would there be some way for it to consult the secretsmanager and bring the password, or does the table not have this functionality to fetch data, just save?

    Sorry for the english, this is not my native language.

  • Your lambda function can make calls to Secrets Manager to find the value needed for the query. The role assigned to the lambda function will need the appropriate permissions.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠