Releases: thinkinglabs/aws-iam-policy
Releases · thinkinglabs/aws-iam-policy
v2.0.0
Changelog
-
Add support for Condition (breaking change)
This adds an object model for the
Condition
element of an IAM Policy
Statement. To build aStatement
having aCondition
:new Statement({ effect: "Deny", ... conditions: [ new Condition("StringNotLike", "aws:userId", ["userId1", "userId2", ...]), ] })
Full Changelog: v1.0.2...v2.0.0
Node.js Package
npm install --save-dev @thinkinglabs/aws-iam-policy@2.0.0