grimm2x

Results 2 comments of grimm2x

I had the same issue. Updated the AWS.resources.Resources type with ( | ) to resolve it: ```typescript Resources?: ({ "Fn::Transform"?: { ... }; } | { [k: string]: { ......

> This will indeed work if I am able to change the files. Problem is that since I use it in my ci/cd pipeline it will be redownloaded. This means...