You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,15 @@ SPDX-License-Identifier: MIT-0
29
29
-**User-Friendly Error Messages**: Created `BedrockErrorMessageHandler` to convert technical errors into clear, actionable messages for service unavailable (503), throttling (429), access denied (403), validation errors (400), timeouts (408), and quota exceeded scenarios
30
30
-**Sub-Agent Error Handling**: When sub-agents (Analytics, Error Analyzer, Code Intelligence) encounter Bedrock errors, the orchestrator continues gracefully without crashing, only displaying the first error to avoid duplicates while allowing other sub-agents to complete
31
31
32
+
-**GovCloud Template Generation - Missing AppSync and MCP Resource Removal**
-**Test Studio Resources Added (36 resources)**: Added all Test Studio Lambda functions, AppSync resolvers, data sources, and supporting infrastructure to removal list (DeleteTestsResolver, TestRunnerResolver, TestResultsResolver, TestSetResolver, and all related functions, queues, and policies)
35
+
-**MCP/AgentCore Gateway Resources Added (7 resources)**: Added MCP integration resources that depend on Cognito UserPool to removal list (AgentCoreAnalyticsLambdaFunction, AgentCoreGatewayManagerFunction, AgentCoreGatewayExecutionRole, AgentCoreGateway, ExternalAppClient)
-**EnableMCP Default Changed**: Set `EnableMCP` parameter default to 'false' for GovCloud since MCP integration requires Cognito authentication infrastructure
38
+
-**Impact**: GovCloud templates now deploy successfully without dependency errors, maintaining core document processing functionality in headless mode
Copy file name to clipboardExpand all lines: docs/govcloud-deployment.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,21 +76,24 @@ aws cloudformation deploy \
76
76
77
77
The following services are automatically removed from the GovCloud template:
78
78
79
-
### Web UI Components (22 resources removed)
79
+
### Web UI Components (11 resources removed)
80
80
81
81
- CloudFront distribution and origin access identity
82
82
- WebUI S3 bucket and build pipeline
83
83
- CodeBuild project for UI deployment
84
84
- Security headers policy
85
85
86
-
### API Layer (20+ resources removed)
86
+
### API Layer (136 resources removed)
87
87
88
88
- AppSync GraphQL API and schema
89
-
- All GraphQL resolvers and data sources
90
-
- 10+ Lambda resolver functions
89
+
- All GraphQL resolvers and data sources (50+ resolvers)
90
+
- Lambda resolver functions (20+ functions)
91
+
-**Test Studio Resources (36 resources)**: All test management Lambda functions, AppSync resolvers, data sources, SQS queues, and supporting infrastructure added in v0.4.6
0 commit comments