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 20
  • Win 6
  • Mac 11
  • Linux 3
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 1 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 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0
Mac 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1
Linux 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 0 0 0 0 0 0 0 0 0 0 1 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 : selected text is validated for a valid iam policy json. Validtion is done by AWS access-analyzer ValidatePolicy API. [pricing]

How to Use

From Command palette, type 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

  • [ ] Submit to package control channel
  • [ ] Handle network failure from freezing

FAQ

Todo

References

References

Contributors

License

MIT License