Hunter Shepherd
Hunter Shepherd
Thank you for the fix! I am seeing this issue as well. Looking forward this being released :)
This is because react-native 0.72.3 requires a newer version of gradle that this project does not support.
This is causing problems for us as well in version `2.152.0-alpha.0`
Crossposting as I believe these two issues are related: https://github.com/aws-quickstart/cdk-eks-blueprints/issues/894#issuecomment-1921585477
I am seeing a similar issue with the following config ```ts const addOns: Array = [ new blueprints.addons.SecretsStoreAddOn({ rotationPollInterval: '120s', syncSecrets: true }), argoAddon, new blueprints.addons.CalicoOperatorAddOn(), new blueprints.addons.MetricsServerAddOn(), new blueprints.addons.ClusterAutoScalerAddOn(),...
Updating as I've found the root cause for our timeout: For us at least, this appears to be caused by Lambda Concurrency Limits in a new AWS account. The underlying...
OK I will give this a try if this is a supported pattern Thanks for the response!