Releases: RenovoSolutions/cdk-library-aws-sso
Releases · RenovoSolutions/cdk-library-aws-sso
v0.1.0
0.1.0 (2022-08-17)
⚠ BREAKING CHANGES
Error: There is already a Construct with name 'Assignment'
is generated when granting more then once. Or really having more then a singlegrant
at all. This occurred because thegrant
was not set up correctly. This PR refactors the grant entirely.
Bug Fixes
- Granting a permission set to multiple accounts gives an error (874987d)