https://aws.amazon.com/polly/ Regular readers of this blog, and AWS customers alike, know the benefits of infrastructure as code (IaC). It allows you to describe your infrastructure using a programming language to consistently deploy your infrastructure to multiple environments or AWS Regions.

Today, we are expanding the capabilities of QuickSight APIs to allow programmatic creation and management of dashboards, analysis, and templates.

When using the new describe API, analysis, dashboards, and templates are defined as JSON objects fully modeled in the AWS SDK.

aws quicksight create-analysis \ --generate-cli-skeleton > create-sales-analysis.json aws quicksight create-analysis \ --cli-input-json file://./AWS\ Blog\ Sample\ Code/create-sales-analysis.json

Related Articles