Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AWS STS Decoded formatNew to Visual Studio Code? Get it now.
AWS STS Decoded format

AWS STS Decoded format

Kone Cth

|
149 installs
| (0) | Free
Format decoded
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

aws-sts-decoded-format

After running aws sts decode-authorization-message --encoded-message abc123, where abc123 is the encoded message, you will receive JSON output. However, it is not formatted. You will need to replace \" with " and "{}" with {}, and then format it. Afterward, use a JSON formatter for improved readability.

This plugin performs the text replacements mentioned above and formats a file.

Example

From

{"DecodedMessage": "{\"allowed\":false}"}

To
(Run AWS STS Decoded format command from command palette)

{
  "DecodedMessage": { "allowed": false }
}

Extension hub

https://marketplace.visualstudio.com/items?itemName=kone-cth.aws-sts-decoded-format

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft