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
refactor(deploy-on-aws): replace static CDK best practices with MCP tool guidance
Remove references/cdk-best-practices.md — its content (resource naming,
IAM grants, construct levels, cdk-nag, testing, stack organization) is
fully covered by the awsiac MCP server's cdk_best_practices tool.
Update SKILL.md to guide the model to call awsiac MCP tools at each step:
- cdk_best_practices before writing CDK code
- search_cdk_documentation for construct details
- search_cdk_samples_and_constructs for code examples
- validate_cloudformation_template for template validation
- check_cloudformation_template_compliance for compliance checks
Retain deploy-specific rule not covered by MCP: use language-specific
Lambda constructs (NodejsFunction, PythonFunction) for auto-bundling.
Keep monitoring.md — its concrete alarm thresholds for Lambda, ECS, ALB,
and RDS are not provided by the awsiac MCP server.
0 commit comments