Nilanjan Roy

Results 25 comments of Nilanjan Roy

@cgarvis @kaizencc this issue is really biting us. Please set some ETA so that we can plan accordingly. Right now everything seems to be in air.

> Seems to be a known issue for `cdk8s` project. https://github.com/cdk8s-team/cdk8s/issues/932 > > > > Thanks a lot for pointing this out. I also raised an issue there as well.

@lennartkoopmann Any update on this?

@mariussturm Sorry if I bothered anybody. I am not trying to push anybody. And I know that what opensource is all about. If I would be a Java guy I...

@shapirov103 @muckelba I have been using the solution I mentioned [here](https://github.com/aws/aws-cdk/issues/33196#issuecomment-2746195468) for a while and its been working perfectly so far

@shapirov103 I have further improved the solution. Maybe if you can åoint me where I can actually put it to help everyone else.

> > [@shapirov103](https://github.com/shapirov103) I have further improved the solution. Maybe if you can point me where I can actually put it to help everyone else. > > [@nilroy](https://github.com/nilroy) the code...

@shapirov103 below is the aspect ``` from aws_cdk import ( IAspect, RemovalPolicy, aws_logs, CfnResource, ) from constructs import IConstruct from enum import Enum, unique, auto from typing import Optional import...