Create and read key-value in aws secret manager using aws cdk

Viewed 29

Please accept my apologies if this question is not proper. But I am badly stuck in task.

I have to crate a stack using aws cdk (python) in which I need to create and read key-value pair in aws-secret manager. I need to add multiple values. Like we can create manually in below image.

enter image description here

I read multiple articles but unfortunately, I am not able to achieve any thing. Can anyone please help me, how stack can be created which fulfill the requirement?

Following are the articles: Link 1

Link 2

Link 3

1 Answers

After searching more, I have found following link which solves the issue.

solution Solution 2

Related