awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Add AWS CDK application best practices #339

Closed msmjack closed 3 years ago

msmjack commented 3 years ago

Can the content under "Code organization best practices" and "AWS CDK application best practices" in Best practices for developing cloud application with aws cdk be added to its own page similar to https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html?

I'm totally awesome with a straight up copy and paste! But it would be really cool to have those in the actual documentation and maybe slightly shortened.

AjkayAlan commented 3 years ago

Bumping - I feel like a lot of the "CDK Best Practices" are spread between blog posts, github issues/comments/readmes, and some AWS docs. Having a single place for this would be beneficial.

ghost commented 3 years ago

@maria-jackson That's a great idea. I've started with a slightly tidied up version of the blog post. The topic will be live on docs.aws.amazon.com within the next 24 hours. Please feel free to add new issues here for any additional content you'd like to see added.

The URL will be: https://docs.aws.amazon.com/cdk/latest/guide/best-practices.html

AjkayAlan commented 3 years ago

Looks like its live - Thanks!