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.
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
After searching more, I have found following link which solves the issue.