Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Oct 24, 2024
1 parent fcdc7d5 commit 40ffef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk/lib/api/util/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export async function getBootstrapStackInfo(sdk: ISDK, stackName: string): Promi

// try to get bucketname from the logical resource id. If there is no
// bucketname, or the value doesn't look like an S3 bucket name, we assume
// the bucket doesn't exist.
// the bucket doesn't exist (this is for the case where a template customizer did
// not dare to remove the Output, but put a dummy value there like '' or '-' or '***').
//
// We would have preferred to look at the stack resources here, but
// unfortunately the deploy role doesn't have permissions call DescribeStackResources.
Expand Down

0 comments on commit 40ffef4

Please sign in to comment.