generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathcdk.json
More file actions
35 lines (35 loc) · 1.18 KB
/
cdk.json
File metadata and controls
35 lines (35 loc) · 1.18 KB
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
{
"app": "python3 app.py",
"context": {
"account": "",
"region": "ap-southeast-2",
"default_model_id": "global.anthropic.claude-sonnet-4-6",
"subagent_model_id": "",
"cloudwatch_log_retention_days": 30,
"daily_token_budget": 1000000,
"daily_cost_budget_usd": 5,
"anomaly_band_width": 2,
"token_ttl_days": 90,
"image_version": "70",
"user_files_ttl_days": 365,
"session_idle_timeout": 1800,
"session_max_lifetime": 28800,
"workspace_sync_interval_seconds": 300,
"router_lambda_timeout_seconds": 600,
"router_lambda_memory_mb": 256,
"registration_open": false,
"cron_lambda_timeout_seconds": 600,
"cron_lambda_memory_mb": 256,
"enable_cloudtrail": false,
"enable_browser": true,
"runtime_id": "openclaw_agent-21FHcrBssV",
"runtime_endpoint_id": "DEFAULT",
"cron_lead_time_minutes": 5,
"@aws-cdk/aws-lambda:recognizeLayerVersion": true,
"@aws-cdk/core:stackRelativeExports": true,
"@aws-cdk/aws-ec2:uniqueImdsv2TemplateName": true,
"@aws-cdk/core:enablePartitionLiterals": true,
"@aws-cdk/aws-iam:minimizePolicies": true,
"@aws-cdk/customresources:installLatestAwsSdkDefault": false
}
}