Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 411 Bytes

Migration-server-guide.md

File metadata and controls

11 lines (6 loc) · 411 Bytes

Build an MCP server that:

  1. Analyze the given CDK code to find occurrences of VPC construct.
  2. Read migration guide and filter which use case apply based on customer code.

eg. a separate tool to refactor each components of VPC like subnet, or IP address. This guide will be stored in github which can be passed to the tool for reference and do refactor

  1. Give the refactored code as an output of tool.