udondan/iam-floyd

View on GitHub
CHANGELOG/v0.606.0.md

Summary

Maintainability
Test Coverage
#### FEATURES

In cdk-iam-floyd, the class `AwsManagedPolicy` now provides methods for directly creating objects of type `aws_iam.IManagedPolicy`,

Example:

```ts
readOnlyRole.addManagedPolicy(
  new AwsManagedPolicy().ReadOnlyAccess()
);
```