Justin Roberson

Results 4 comments of Justin Roberson

> I have had the same issue. #1931 doesn't really fix it... updating didn't change anything. > @marceloboeira Hmm is it the same stack trace? There could be another nil...

Ahh yes. I was testing with GitHub instead of GitLab so this might be a different issue unrelated to what I fixed then. My bad for linking my PR to...

I took a stab at implementing this, but ran into a few issues. 1. CDK's `invokeAspects` function isn't exported https://github.com/aws/aws-cdk/blob/eca1bcf0b8a449d07692e6363cefa149b1fe0ce4/packages/aws-cdk-lib/core/lib/private/synthesis.ts#L217. For my proof-of-concept I just copied the function body and...

As of this writing, there doesn't seem to be a way to _disable_ the built-in custom mappings as they are global. So there are two things in my mind that...