Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udondan/iam-floyd
AWS IAM policy statement generator with fluent interface
https://github.com/udondan/iam-floyd
aws aws-cdk cdk generator hacktoberfest iam iam-policy jsii
Last synced: 7 days ago
JSON representation
AWS IAM policy statement generator with fluent interface
- Host: GitHub
- URL: https://github.com/udondan/iam-floyd
- Owner: udondan
- License: apache-2.0
- Created: 2020-06-01T18:33:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:04:36.000Z (10 days ago)
- Last Synced: 2024-10-30T03:58:23.455Z (9 days ago)
- Topics: aws, aws-cdk, cdk, generator, hacktoberfest, iam, iam-policy, jsii
- Language: TypeScript
- Homepage: https://iam-floyd.readthedocs.io/
- Size: 19.1 MB
- Stars: 546
- Watchers: 4
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG/v0.100.0.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cdk - cdk-iam-floyd - IAM policy statement generator with fluent interface. (Construct Libraries / Security)
- awesome-cdk - cdk-iam-floyd - IAM policy statement generator with fluent interface. (Construct Libraries / Security)
README
# IAM Floyd
[![Source](https://img.shields.io/github/stars/udondan/iam-floyd?logo=github&label=GitHub%20Stars)][source]
[![iam-floyd](https://img.shields.io/github/v/release/udondan/iam-floyd)][source]
[![Mastodon](https://badgen.net/badge/Mastodon/[email protected]/blue)][mastodon]
[![libraries.io](https://img.shields.io/badge/packages-libraries.io-yellow)][libraries.io]
[![Documentation](https://img.shields.io/badge/Documentation-Read%20the%20Docs-orange)][documentation]
[![GitHub](https://img.shields.io/github/license/udondan/iam-floyd)][license]**AWS [IAM policy statement][statement] generator with fluent interface.**
Support for:
- 401 Services
- 17042 Actions
- 1823 Resource Types
- 1782 Condition keys![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**
This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**## Documentation
Find the documentation at [Read the Docs][documentation].
[![Auto completion demo](https://raw.githubusercontent.com/udondan/iam-floyd/main/docs/movie-preview.png)](https://www.youtube.com/watch?v=4dHY8qPHbKA 'Auto completion demo')
## Packages
There are two different package variants available:
- **iam-floyd**: Can be used in AWS SDK or for whatever you need an IAM policy statement for
[![npm](https://img.shields.io/npm/dt/iam-floyd?label=npm&color=blueviolet)](https://www.npmjs.com/package/iam-floyd)
- **cdk-iam-floyd**: Integrates into [AWS CDK] and extends [`iam.PolicyStatement`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-iam.PolicyStatement.html)
[![npm](https://img.shields.io/npm/dt/cdk-iam-floyd?label=npm&color=orange)](https://www.npmjs.com/package/cdk-iam-floyd)**Starting with version 0.300.0, the packages are compatible with CDK v2.** For CDK v1 you can use any version up to:
[![npm CDK v1](https://img.shields.io/badge/npm-0.286.0-yellow)](https://www.npmjs.com/package/cdk-iam-floyd/v/0.286.0)Find them all on [libraries.io].
## CDK Compatibility Matrix
| CDK | cdk-iam-floyd |
| ---------- | -------------------------- |
| <= 1.151.0 | <= 0.285.0 |
| >= 1.152.0 | 0.286.0 |
| >= 1.158.0 | **No compatible version!** |
| >= 2.0.0 | >= 0.300.0 |
| >= 2.20.0 | >= 0.351.0 |
| >= 2.26.0 | >= 0.377.0 |
| 2.29.x | **No compatible version!** |
| >= 2.30.0 | >= 0.391.0 |---
## Legal
The code contained in the [lib/generated](https://github.com/udondan/iam-floyd/tree/main/lib/generated) folder is generated from the [AWS documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_actions-resources-contextkeys.html). The class- and function-names and their description therefore are property of AWS.
AWS and their services are trademarks, registered trademarks or trade dress of AWS in the U.S. and/or other countries.
This project is not affiliated, funded, or in any way associated with AWS.
IAM Floyd is licensed under [Apache License 2.0][license]. Dependencies might be released under different licenses.
[source]: https://github.com/udondan/iam-floyd
[documentation]: https://iam-floyd.readthedocs.io/en/latest/
[npm]: https://www.npmjs.com/package/iam-floyd
[license]: https://github.com/udondan/iam-floyd/blob/main/LICENSE
[statement]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_statement.html
[libraries.io]: https://libraries.io/search?q=iam-floyd
[AWS CDK]: https://aws.amazon.com/cdk/
[mastodon]: https://awscommunity.social/@iamfloyd