Skip to content

Commit

Permalink
chore(app-staging-synthesizer): remove unnecessary documentation (#25896
Browse files Browse the repository at this point in the history
)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
kaizencc committed Jun 8, 2023
1 parent 445543c commit 6d32b65
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,13 @@ export class DefaultStagingStack extends Stack implements IStagingResources {
* Default asset publishing role name for file (S3) assets.
*/
private get fileRoleName() {
// This role name can be a maximum of 64 letters. The reason why
// we slice the appId and not the entire name is because this.region
// can be a token and we don't want to accidentally cut it off.
return `cdk-${this.appId}-file-role-${this.region}`;
}

/**
* Default asset publishing role name for docker (ECR) assets.
*/
private get imageRoleName() {
// This role name can be a maximum of 64 letters. The reason why
// we slice the appId and not the entire name is because this.region
// can be a token and we don't want to accidentally cut it off.
return `cdk-${this.appId}-image-role-${this.region}`;
}

Expand Down

0 comments on commit 6d32b65

Please sign in to comment.