Dynamo DB consume from secretsmanager

0

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

{
  key: {{resolve:secretsmanager::password}}
}
1 réponse
0

According to the documentation this is possible in CloudFormation.

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

profile pictureAWS
EXPERT
kentrad
répondu il y a 2 ans
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions