16. What are the pros and cons of CDK?

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 9

  •  2 роки тому +3

    Very interesting, I feel very comfortable with CDK.

    • @AWSBites
      @AWSBites  2 роки тому +1

      Thanks a lot, let us know if there is any interesting AWS question that you would like us to address next!

  • @zachgoll
    @zachgoll 2 роки тому +2

    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!

    • @Loige
      @Loige 2 роки тому +2

      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 😜

    • @AWSBites
      @AWSBites  2 роки тому

      Glad it was helpful!

  • @hasanbiyik01
    @hasanbiyik01 2 роки тому +1

    I wish you would share the resources that can be used to learn and practice CDK.

    • @AWSBites
      @AWSBites  2 роки тому +1

      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 :)

  • @fgdanger
    @fgdanger 2 роки тому +1

    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.

    • @AWSBites
      @AWSBites  2 роки тому

      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!