Command line tool to identify AWS CloudFormation stacks deployed with AWS CDK V1, useful for migration to CDK V2. Current stable version is 1.0.358, released via npm with no predefined cadence. It scans specified or all AWS regions, examining CloudFormation stack template metadata for CDK v1 bootstrapping patterns. Different from manual inspection by automating region-wide discovery and filtering V1 stacks. Requires AWS credentials and permissions to describe stacks in target regions.
npm install awscdk-v1-stack-finderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the CLI tool with default region scanning and output format.
Ensure IAM user/role has policy allowing cloudformation:DescribeStacks and sts:GetCallerIdentity.
Use the AWS_REGIONS environment variable to limit scanning to specific regions relevant to your migration.
Manually verify stacks identified and consider checking CloudFormation template metadata if needed.
No action needed; continue using as CLI tool.
Set AWS_REGIONS to a limited set of regions to avoid unnecessary API calls and costs.
Set AWS_SDK_LOAD_CONFIG=1 and AWS_PROFILE=<profile> environment variables before running npx command.
Attach an IAM policy that grants cloudformation:DescribeStacks action to the user/role.