File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed
javav2/example_code/entityresolution/src/main/resources
resources/cdk/entityresolution_resources/src/main/java/com/myorg Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments