Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TastefulElk/iam-legend
IAM policy actions autocomplete, documentation & wildcard resolution for VS Code
https://github.com/TastefulElk/iam-legend
aws aws-sam cdk cloudformation iam serverless serverless-framework terraform visual-studio-extension
Last synced: 3 months ago
JSON representation
IAM policy actions autocomplete, documentation & wildcard resolution for VS Code
- Host: GitHub
- URL: https://github.com/TastefulElk/iam-legend
- Owner: TastefulElk
- License: mit
- Created: 2022-01-07T08:27:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T06:10:26.000Z (6 months ago)
- Last Synced: 2024-05-01T14:57:37.963Z (6 months ago)
- Topics: aws, aws-sam, cdk, cloudformation, iam, serverless, serverless-framework, terraform, visual-studio-extension
- Language: TypeScript
- Homepage:
- Size: 2.95 MB
- Stars: 149
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/sebastianbille.iam-legend.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=sebastianbille.iam-legend)
[![Visual Studio Marketplace Rating Stars](https://img.shields.io/visual-studio-marketplace/stars/sebastianbille.iam-legend.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=sebastianbille.iam-legend)
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/sebastianbille.iam-legend.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=sebastianbille.iam-legend)# IAM Legend
AWS [IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html) actions autocomplete, documentation and wildcard resolution for Visual Studio Code.
Supports Serverless Framework, AWS SAM, CloudFormation and Terraform.
## Features
- Autocomplete for all IAM services & actions
![service suggestions](https://raw.githubusercontent.com/TastefulElk/iam-legend/master/images/service_suggest.png)
- Inline documentation for each action, including what *Resources* and *Condition Keys* they support as well as any *Dependent Actions*
![action suggestions and documentation](https://raw.githubusercontent.com/TastefulElk/iam-legend/master/images/action_suggest.png)
- Wildcard support when hovering an action definition to easily see exactly what action(s) will be granted
![docs for multiple actions when hovering action with wildcard](https://raw.githubusercontent.com/TastefulElk/iam-legend/master/images/wildcard_hover.png)
## Contributions
Feedback, suggestions, bug reports or any other kind of contributions are very welcome! You can find the source [here](https://github.com/TastefulElk/iam-legend)!
## Author
[Sebastian Bille](https://twitter.com/TastefulElk)