We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35514b4 commit c78b0abCopy full SHA for c78b0ab
aws/cdkv2/src/main/java/com/myorg/CdkAppApp.java
@@ -13,7 +13,7 @@ public static void main(final String[] args) {
13
new CdkAppStack(app, "CdkAppStack", StackProps.builder()
14
15
.env(Environment.builder()
16
- .account("675153449441")
+ .account("**********")
17
.region("us-east-1")
18
.build())
19
0 commit comments