AWS deployments across regions and accounts with CDK
Simple AWS deployments across regions and accounts with CDK
Infrastructure as Code has made it possible to consistently repeat deployments and keep track of the details in version control. AWS CDK, the Cloud Development Kit, is a native Infrastructure as Code solution by AWS that allows you to write you infrastructure definitions in normal programming languages. […]