udondan/iam-floyd

View on GitHub
CHANGELOG/v0.605.1.md

Summary

Maintainability
Test Coverage
#### FIXES

Fixes generation of the package cdk-iam-floyd.

All versions since 0.603.0 were generating potentially false ARNs via `on*()` methods.

Instead of adding partition, region and account from the stack (as advertised) the partition was hardcoded to `aws`, region and account were `*`. Not a problem, unless your stack was not running in the `aws` partition.