Skip to content

Commit

Permalink
Merge branch 'main' into stream-resource-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeroyHannigan authored Sep 20, 2024
2 parents 5826eed + 4a7f423 commit 0daa20e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/aws-cdk/lib/api/hotswap-deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ const RESOURCE_DETECTORS: { [key: string]: HotswapDetector } = {
};

/**
* Perform a hotswap deployment,
* short-circuiting CloudFormation if possible.
* Perform a hotswap deployment, short-circuiting CloudFormation if possible.
* If it's not possible to short-circuit the deployment
* (because the CDK Stack contains changes that cannot be deployed without CloudFormation),
* returns `undefined`.
Expand Down

0 comments on commit 0daa20e

Please sign in to comment.