microscopic-dress-1605
03/24/2021, 9:25 PMbillowy-army-68599
03/24/2021, 9:28 PMmicroscopic-dress-1605
03/24/2021, 9:30 PMlittle-cartoon-10569
03/24/2021, 9:31 PMmicroscopic-dress-1605
03/24/2021, 9:33 PMaws.iam.PolicyDocument
But it is an interesting take.little-cartoon-10569
03/24/2021, 9:34 PMmicroscopic-dress-1605
03/24/2021, 9:38 PMaws-iam-policy
package.
Then found out about aws.iam.getPolicyDocument
. Rewrote everything using getPolicyDocument
.
To then find out you have to mock that function to be able to unit test. That was disappointing.
I think it was you @little-cartoon-10569 who told me: but you can just assign plain JSON for your policy documents you don’t need getPolicyDocument
.
That’s when I decided to let go on getPolicyDocument
and go back to my aws-iam-policy
package.apply
while building up the Policy document.