ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

AWS Helper

by Cibin Mathew ALL

Sublime Text plugin to validate AWS IAM policy json for errors

Labels aws, awscli, amazon

Details

Installs

  • Total 75
  • Win 21
  • Mac 40
  • Linux 14
Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19
Windows 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 0 0 0 1 0
Mac 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 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 2 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 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

Demo

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

References

References

Contributors

License

MIT License