Skip to content

cibinmathew/sublime-aws-helper

Repository files navigation

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