Shael Minuk
Results
2
comments of
Shael Minuk
Is there no other workaround? I'm hesitant to add dependencies between stacks for the sake of it that really aren't dependent on each other just to slow down the deployment
In https://github.com/aws/aws-cdk/issues/26837, they implemented a cdk property, `logRetentionRetryOptions?`, (source: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.LogRetention.html_) which solved this exact problem due to a low tps API from the service team. Could we do something similar...