This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.json
75 lines (75 loc) · 2.28 KB
/
cdk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"app": "node --experimental-json-modules --experimental-specifier-resolution node --loader ts-node/esm.mjs --no-warnings infrastructure/stacks/app.binary.ts --extension ts",
"context": {
"@aws-cdk/aws-apigateway:usagePlanKeyOrderInsensitiveId": true,
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true,
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true,
"@aws-cdk/aws-ecs-patterns:removeDefaultDesiredCount": true,
"@aws-cdk/aws-efs:defaultEncryptionAtRest": true,
"@aws-cdk/aws-kms:defaultKeyPolicies": true,
"@aws-cdk/aws-lambda:recognizeVersionProps": true,
"@aws-cdk/aws-rds:lowercaseDbIdentifier": true,
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true,
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true,
"@aws-cdk/core:enableStackNameDuplicates": true,
"@aws-cdk/core:stackRelativeExports": true,
"aws-cdk:enableDiffNoFail": true,
"environments": {
"production": {
"account": "102113115407",
"isSandbox": false,
"region": "us-east-1"
},
"user-alnickel": {
"account": "397298956255",
"isSandbox": true,
"region": "us-east-1"
},
"user-amaksimovich": {
"account": "357396200470",
"isSandbox": true,
"region": "us-east-1"
},
"user-atippl": {
"account": "652618291727",
"isSandbox": true,
"region": "us-east-1"
},
"user-ccanniff": {
"account": "183715416528",
"isSandbox": true,
"region": "us-east-1"
},
"user-dtorres": {
"account": "163069659287",
"isSandbox": true,
"region": "us-east-1"
},
"user-jcoddington": {
"account": "812896896338",
"isSandbox": true,
"region": "us-east-1"
},
"user-jkoehler": {
"account": "781852974282",
"isSandbox": true,
"region": "us-east-1"
},
"user-jobeid": {
"account": "112772318011",
"isSandbox": true,
"region": "us-east-1"
},
"user-krosa": {
"account": "015792230380",
"isSandbox": true,
"region": "us-east-1"
},
"user-mhunter": {
"account": "300444429350",
"isSandbox": true,
"region": "us-east-1"
}
}
}
}