⚙️Creating infrastructure with code is a best practice that every developer should follow.
🔧Converting a manually created app into infrastructure as code can be a risky and frustrating process.
🔍AWS IAC Generator scans your AWS resources and helps you create a CloudFormation template with selected resources.
🚀CDK Migrate creates a new CDK project using the CloudFormation template as a starting point.
🔄You can start making changes to your infrastructure and deploy them into CloudFormation using CDK.