This was very helpful, I particularly like your points about not abstracting too early. This abstraction makes things easy, which includes deploying lots of expensive resources if you're not careful!
CDK reminds me a little bit frontpage and Dreamweaver... Very convenient tools to design web pages and generate HTML but you'd better have a look at that generated HTML at some point because most often it will contain stuff that you don't want to be there 😜
Hello Hasan. We have added a bunch of links in the description of this video. Let us know if those help or if you are looking for something different :)
Kind of an interesting product....I think sometimes when things are _too_ easy they make it really succeptable to just modifying something you didn't mean to.
Definitely, that's why it's very important, after the first few experiments, to start to look into the generated CloudFormation, or at least to use `cdk diff` to make sense of what is going to be deployed if you decide to go ahead and apply the changes!
Very interesting, I feel very comfortable with CDK.
Thanks a lot, let us know if there is any interesting AWS question that you would like us to address next!
This was very helpful, I particularly like your points about not abstracting too early. This abstraction makes things easy, which includes deploying lots of expensive resources if you're not careful!
CDK reminds me a little bit frontpage and Dreamweaver... Very convenient tools to design web pages and generate HTML but you'd better have a look at that generated HTML at some point because most often it will contain stuff that you don't want to be there 😜
Glad it was helpful!
I wish you would share the resources that can be used to learn and practice CDK.
Hello Hasan. We have added a bunch of links in the description of this video. Let us know if those help or if you are looking for something different :)
Kind of an interesting product....I think sometimes when things are _too_ easy they make it really succeptable to just modifying something you didn't mean to.
Definitely, that's why it's very important, after the first few experiments, to start to look into the generated CloudFormation, or at least to use `cdk diff` to make sense of what is going to be deployed if you decide to go ahead and apply the changes!