pepito-j

Results 1 comments of pepito-j

Doesn't look like it's actually being caused by NodeJS. Checking the handler, it uses Python 3.7 as it's runtime for handling HelmChart: - https://github.com/aws/aws-cdk/blob/v2.86.0/packages/aws-cdk-lib/aws-eks/lib/helm-chart.ts#L112-L161 - https://github.com/aws/aws-cdk/blob/1130fab68084a241b0374954f41d6a465f062e74/packages/aws-cdk-lib/aws-eks/lib/kubectl-provider.ts#L136-L150 The associated code that...