Skip to content

Commit 8297618

Browse files
committed
rolled in review comments
1 parent 56d2f9f commit 8297618

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

javav2/example_code/entityresolution/src/main/resources/TODO.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

resources/cdk/entityresolution_resources/src/main/java/com/myorg/EntityResolutionCdkApp.java

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,7 @@ public static void main(final String[] args) {
1414
App app = new App();
1515

1616
new EntityResolutionCdkStack(app, "EntityResolutionCdkStack", StackProps.builder()
17-
// If you don't specify 'env', this stack will be environment-agnostic.
18-
// Account/Region-dependent features and context lookups will not work,
19-
// but a single synthesized template can be deployed anywhere.
20-
21-
// Uncomment the next block to specialize this stack for the AWS Account
22-
// and Region that are implied by the current CLI configuration.
23-
/*
24-
.env(Environment.builder()
25-
.account(System.getenv("CDK_DEFAULT_ACCOUNT"))
26-
.region(System.getenv("CDK_DEFAULT_REGION"))
27-
.build())
28-
*/
29-
30-
// Uncomment the next block if you know exactly what Account and Region you
31-
// want to deploy the stack to.
32-
/*
33-
.env(Environment.builder()
34-
.account("123456789012")
35-
.region("us-east-1")
36-
.build())
37-
*/
38-
39-
// For more information, see https://docs.aws.amazon.com/cdk/latest/guide/environments.html
17+
// For more information, see https://docs.aws.amazon.com/cdk/latest/guide/environments.html
4018
.build());
4119

4220
app.synth();

0 commit comments

Comments
 (0)