We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2dfda commit 4a7f423Copy full SHA for 4a7f423
packages/aws-cdk/lib/api/hotswap-deployments.ts
@@ -50,8 +50,7 @@ const RESOURCE_DETECTORS: { [key: string]: HotswapDetector } = {
50
};
51
52
/**
53
- * Perform a hotswap deployment,
54
- * short-circuiting CloudFormation if possible.
+ * Perform a hotswap deployment, short-circuiting CloudFormation if possible.
55
* If it's not possible to short-circuit the deployment
56
* (because the CDK Stack contains changes that cannot be deployed without CloudFormation),
57
* returns `undefined`.
0 commit comments