-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcdk.json
More file actions
25 lines (25 loc) · 809 Bytes
/
cdk.json
File metadata and controls
25 lines (25 loc) · 809 Bytes
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
{
"app": "python3 app.py",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/aws-ecr-assets:dockerIgnoreSupport": true,
"@aws-cdk/aws-secretsmanager:parseOwnedSecretName": true,
"@aws-cdk/aws-kms:defaultKeyPolicies": true,
"@aws-cdk/aws-s3:grantWriteWithoutAcl": true,
"log_level": "INFO",
"api_name": "ab-testing",
"stage_name": "dev",
"endpoint_prefix": "sagemaker-",
"api_lambda_memory": 768,
"api_lambda_timeout": 60,
"metrics_lambda_memory": 768,
"metrics_lambda_timeout": 300,
"dynamodb_read_capacity": 5,
"dynamodb_write_capacity": 5,
"delivery_sync": false,
"firehose_interval": 60,
"firehose_mb_size": 1
}
}