npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cdk-iam-floyd

v0.631.0

Published

AWS IAM policy statement generator with fluent interface for AWS CDK

Downloads

56,994

Readme

IAM Floyd

Source iam-floyd Mastodon libraries.io Documentation GitHub

AWS IAM policy statement generator with fluent interface.

Support for:

  • 391 Services
  • 16587 Actions
  • 1778 Resource Types
  • 1724 Condition keys

EXPERIMENTALThis 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.

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

  • cdk-iam-floyd: Integrates into AWS CDK and extends iam.PolicyStatementnpm

    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

    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 folder is generated from the AWS documentation. 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. Dependencies might be released under different licenses.