awslabs / awslabs/awscli-aliases
QuickSight
Open
- Dominant language
- No language data
- Stars
- 485
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
QuickSight has an annoyance that it always requires the `--aws-account-id` parameter.
```sh
qs =
!f() {
AWS_ACCOUNT_ID=$(sts get-caller-identity --query="Account" --output=text)
aws quicksight --aws-account-id="$AWS_ACCOUNT_ID" $*
}; f
```
Contributor guide
Research direction
Start by locating the QuickSight alias definitions and any related AWS CLI alias patterns in this repository. Compare them with the workaround shown in the issue, and verify that the finished alias can run QuickSight without requiring an explicit --aws-account-id while preserving the existing command arguments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100