AWS Helper
Sublime Text plugin to validate AWS IAM policy json for errors
Details
Installs
- Total 80
- Win 23
- Mac 41
- Linux 16
Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-aws-helper
AWS helper
is a Sublime Text plugin to validate the IAM policy
json for errors.
Read more at Medium - AWS Helper: Sublime Text plugin
Features
AWS Helper: validate IAM policy
(aws_helper_validate_iam
) : selected text is validated for a valid iam policy json. Validtion is done by AWS access-analyzer ValidatePolicy API. [pricing]AWS Helper: open arn in console
(aws_helper_open_arn_in_console
) : For supported aws services, if the selected text matches an arn, the corresponding aws console url for the same is opened in default browser.
How to Use
From Command palette, type the command, eg: AWS Helper: validate IAM policy
No default keybinding is provided. Use like below as necessary
[
{ "keys": ["ctrl+r"], "command": "aws_helper_validate_iam" }
]
How to Install
Install with Package Control
To Install AWS Helper via Package Control.
- Search for package: AWS Helper
Manual
- Open the Sublime Text Packages folder (see Sublime Text > Preferences > Browse Packages…)
- Clone this repo
- Restart Sublime Text ### Setup It is required to configure AWS with access key ID and secret to use this plugin.
Run aws configure
to set up your credentials.
They will be stored in~/.aws/credentials
.
TODOs
- [x] Submit to package control channel
- [ ] Handle network failure from freezing
FAQ
Todo