I wish to create multiple QuickSight dashboards using CDK. I understand that the way to go about creating dashboard is -
- Create analysis manually using UI
- Create template from analysis
- Create dashboard using the template created
I wanted to understand is there a way to automate the complete process via code. i.e. remove the manual step 1.
Found similar question here. But as the answer is of 2 years ago, want to check if there has been an update post that.