joshlartz
joshlartz
**Describe the bug** Some plugins depend on others to be installed first. Despite being expressed that way in the .tool-versions file, asdf alphabetizes the install regardless. This feels like it...
fix(rds): changing engine versions would fail to update on DBInstances that were part of a DBCluster
Engine version should not be set on instances that are part of a cluster. The cluster is responsible for this setting and throws an API error when an update is...
### Describe the bug When AWS::RDS::DBInstance resources are part of a AWS::RDS::DBCluster, trying to update their engine version results in an error. ### Expected Behavior The CloudFormation update should succeed...
### Current Behavior The named input `config` targets the app packages config directory. When a file in packages/app/configs is modified, nx affected shows all packages. Additionally, changing the syntax a...
Correcting docs about this flag as the implementation still defaults to true. https://github.com/aws/aws-cdk/blob/v2.123.0/packages/aws-cdk-lib/custom-resources/lib/aws-custom-resource/aws-custom-resource.ts#L471-L473 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of...
The project cannot be built on ARM. `ld: symbol(s) not found for architecture arm64`
See: https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/src/service.ts#L297,305 The Application Auto Scaling API only supports a single policy against a metric at a time. By putting the value in the construct name, it is causing CloudFormation...
Extensions that were added during the `addHooks` step won't have access to `this.scope` because the `prehook` step is in charge of setting scope and runs before `addHooks`. https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/src/service.ts#L171,L180