analyze_cdk_project
Eliminate guesswork in cost estimation by identifying AWS services used in a CDK project. Extracts service details directly from CDK constructs, doing away with hardcoded mappings.
Instructions
Analyze a CDK project to identify AWS services used. This tool dynamically extracts service information from CDK constructs without relying on hardcoded service mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the project directory |