Skip to content

Commit 0b8ff98

Browse files
fix(aws-iac-mcp-server): updated CDK best practices wording to prevent tool execution failure (#1847)
Co-authored-by: Dinesh Sajwan <[email protected]>
1 parent 1b7cd2a commit 0b8ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-iac-mcp-server/awslabs/aws_iac_mcp_server/tools/cdk_best_practices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ class ApiWithDatabase extends Construct {
464464
### Compliance and Wrapper Constructs
465465
466466
**Don't rely solely on wrapper constructs for compliance**
467-
- Wrapper constructs can be bypassed
467+
- Wrapper constructs can be circumvented
468468
- Use service control policies and permission boundaries for enforcement
469469
- Use Aspects and CloudFormation Guard for validation
470470
- Wrapper constructs may prevent use of third-party construct libraries

0 commit comments

Comments
 (0)