Skip to content

Commit

Permalink
rolled in review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Feb 28, 2025
1 parent 56d2f9f commit 8297618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,7 @@ public static void main(final String[] args) {
App app = new App();

new EntityResolutionCdkStack(app, "EntityResolutionCdkStack", StackProps.builder()
// If you don't specify 'env', this stack will be environment-agnostic.
// Account/Region-dependent features and context lookups will not work,
// but a single synthesized template can be deployed anywhere.

// Uncomment the next block to specialize this stack for the AWS Account
// and Region that are implied by the current CLI configuration.
/*
.env(Environment.builder()
.account(System.getenv("CDK_DEFAULT_ACCOUNT"))
.region(System.getenv("CDK_DEFAULT_REGION"))
.build())
*/

// Uncomment the next block if you know exactly what Account and Region you
// want to deploy the stack to.
/*
.env(Environment.builder()
.account("123456789012")
.region("us-east-1")
.build())
*/

// For more information, see https://docs.aws.amazon.com/cdk/latest/guide/environments.html
// For more information, see https://docs.aws.amazon.com/cdk/latest/guide/environments.html
.build());

app.synth();
Expand Down

0 comments on commit 8297618

Please sign in to comment.