mlevit / aws-auto-cleanup

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
496 stars 55 forks source link

Modify the account number header in the top-right corner to show the account alias as well #84

Closed atqhg23 closed 2 years ago

atqhg23 commented 2 years ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like I would like for the header in the top right that shows the account number to show the account alias as well.

Describe alternatives you've considered An output for the account alias could be added and then be referred to in the index.js file.

Additional context Attached screenshot of header location. account-number-header

mlevit commented 2 years ago

No way of achieving this via a CloudFormation output. One way would be via a custom API. Not sure if worth the effort.

atqhg23 commented 2 years ago

Got it, thanks for the response