-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdk.json
33 lines (29 loc) · 994 Bytes
/
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
{
"app": "npx ts-node bin/buffered-webhook.ts",
"context": {
"stg": {
"awsAccount": "379218963268",
"awsRegion": "us-west-2",
"environment": "stg",
"service": "webhook-buffer",
"subdomain": "webhook-buffer",
"domain": "mydomain.com",
"acmCertificateArn": "arn:aws:acm:us-west-2:xxx:certificate/xxx-xx-xx-xx-xx",
"sentryDsn": "https://xxxxxx@o926653.ingest.sentry.io/xxxxx",
"create_faux_backend": true,
"backend_url": "https://backend.mydomain.com"
},
"prd": {
"awsAccount": "1111111111111",
"awsRegion": "us-west-2",
"environment": "prd",
"service": "webhook-buffer",
"subdomain": "webhook-buffer",
"domain": "mydomain.com",
"acmCertificateArn": "arn:aws:acm:us-west-2:xxx:certificate/xxx-xx-xx-xx-xx",
"sentryDsn": "https://xxxxxx@o926653.ingest.sentry.io/xxxxx",
"create_faux_backend": false,
"backend_url": "https://backend.mydomain.com"
}
}
}