vgribok / modernization-unicorn-store

AWS Sample Application for containerizing a .NET application
Apache License 2.0
1 stars 3 forks source link

Replace CloudFormation infrastructure deployment with CDK-based #15

Closed vgribok closed 5 years ago

vgribok commented 5 years ago

Story

As an application developer who's not intimately familiar with AWS CloudFormation I would like to use AWS CDK instead So I could define Infrastructure as Code using familiar programming language

Details

Creating AWS CloudFormation is a separate skill set, somewhat removed from experiences of an app developer. Using AWS CDK instead of CloudFormation should not only let developers use their favorite C# or TypeScript for creating AWS infra, but also do it at higher level (less code), compared to CloudFormation.

Resources

Acceptance Criteria