Skip to content

Commit

Permalink
CDK configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mourya Darivemula committed Aug 2, 2024
1 parent 6cd7ceb commit d9df6e7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cdk.context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"availability-zones:account=017820696756:region=us-east-1": [
"us-east-1a",
"us-east-1b",
"us-east-1c",
"us-east-1d",
"us-east-1e",
"us-east-1f"
]
}
13 changes: 12 additions & 1 deletion cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": false,
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true,
"@aws-cdk/aws-rds:lowercaseDbIdentifier": false,
"@aws-cdk/core:stackRelativeExports": false
"@aws-cdk/core:stackRelativeExports": false,
"repository_source": "codestar_connection",
"repo_string":"mourya-33/aws-dataall",
"repo_connection_arn":"arn:aws:codestar-connections:us-east-2:017820696756:connection/a55a3588-7ec5-4c79-bad2-096aa4d185d1",
"DeploymentEnvironments": [
{
"envname": "sandbox",
"account": "017820696756",
"region": "us-east-1",
"enable_pivot_role_auto_create": true
}
]
}
}

0 comments on commit d9df6e7

Please sign in to comment.