QuickSight Integration
- Official website: AWS Amazon
Environment variables
These enviroment variables should be configured in order to start using quicksight in stack9
AWS_QUICKSIGHT_USER_IAM_ROLE AWS_QUICKSIGHT_AWS_ACCESS_KEY_ID AWS_QUICKSIGHT_AWS_SECRET_ACCESS_KEY AWS_QUICKSIGHT_AWS_SESSION_TOKEN
Stack9
In app.json
file, the dashboard name doesn't have the environment type as a prefix.
{
"name": "Procurement",
"dashboard": {
"name": "User Report"
}
}
Stack9-core
In stack9-core, the dashboards will be loaded with the prefix {ENVIRONMENT_TYPE}-{DASHBOARD_NAME}
, so it is necessary to change the dashboard names in QuickSight and add the environemnt type as a prefix like in the examples bellow.
Production-User Report Local-User Report