Dynamo DB consume from secretsmanager

0

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

{
  key: {{resolve:secretsmanager::password}}
}
已提問 2 年前檢視次數 632 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南