Artem Melnikov
Results
1
comments of
Artem Melnikov
I have the same issue: ```ts import * as statement from 'cdk-iam-floyd'; import { ManagedPolicy, Role, ServicePrincipal } from 'aws-cdk-lib/aws-iam'; const commonLambdaExecutionRole = new Role(...); // TS2345: Argument of type...