An Introduction to AWS CDK (and why you should be using it!)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 48

  • @BeABetterDev
    @BeABetterDev  3 ปีที่แล้ว +11

    Like the video or have any suggestions? Let me know your thoughts down below.

    • @eshaangupta4101
      @eshaangupta4101 2 ปีที่แล้ว +1

      Great video, would English subtitles be possible?

    • @ohmegatech666
      @ohmegatech666 3 หลายเดือนก่อน

      Whenever you're going to write code please specify what file we are editing and where it is within the directory structure

  • @Afzal-w8f
    @Afzal-w8f หลายเดือนก่อน +1

    this is the best into. video on cdk. thanks!

  • @DataEngUncomplicated
    @DataEngUncomplicated 3 ปีที่แล้ว +3

    Fantastic video as always!

  • @larryf8542
    @larryf8542 ปีที่แล้ว

    Great video, man !

  • @markuspxpx
    @markuspxpx 3 ปีที่แล้ว +1

    Thank you for the amazing content!

  • @sockmonkeyjg
    @sockmonkeyjg 3 ปีที่แล้ว

    you have earned a sub i have a 5 month hiatus as of next week looking forward to using your videos

  • @KavinduDharmasiri
    @KavinduDharmasiri 6 หลายเดือนก่อน

    good explanation thank you

  • @chrisdietrich1533
    @chrisdietrich1533 8 หลายเดือนก่อน

    Great video!

  • @janithmalinga5765
    @janithmalinga5765 ปีที่แล้ว

    Well explained

  • @an859
    @an859 6 หลายเดือนก่อน

    Excellent

  • @EddyVinck
    @EddyVinck 2 ปีที่แล้ว +5

    Had no idea you could use CDK to generate Terraform files. That’s neat!

    • @dmitrikonnov922
      @dmitrikonnov922 2 ปีที่แล้ว

      I have no idea, why we would do this. HCL is a brilliant and concise language unlike "extended" yaml for cf.

    • @EddyVinck
      @EddyVinck 2 ปีที่แล้ว +1

      @@dmitrikonnov922 I’m using HCL at work as I’m learning AWS. I can see why a developer would want to use a programming language over HCL because of the familiarity. HCL isn’t bad though!

  • @abdelhadidjafer7004
    @abdelhadidjafer7004 2 ปีที่แล้ว +1

    Amazing .... waiting for a complete project with JS or TS to practise

  • @ilovepizza8263
    @ilovepizza8263 ปีที่แล้ว

    and how do you find that piece of code that created the dynamo db table

  • @CloudSecurityGuy
    @CloudSecurityGuy 3 ปีที่แล้ว +2

    This was awesome . Thank you so much as I am working on writing about CKD for the moment

  • @markopavlovic6066
    @markopavlovic6066 2 ปีที่แล้ว

    Why did you installed node module for dynamodb if you already have in folder node models

  • @ralfrolfen5504
    @ralfrolfen5504 2 ปีที่แล้ว +2

    I seems the code you provide is not valid anymore. You need to import `import * as dynamodb from 'aws-cdk-lib/aws-dynamodb';` in order for it to work.

  • @TheLostBijou
    @TheLostBijou 3 ปีที่แล้ว

    Hey Daniel, could you provide the code you dropped in?

  • @amoghavarshp
    @amoghavarshp 2 ปีที่แล้ว

    How to pass variable in cdktf diff

  • @GREENX033
    @GREENX033 3 หลายเดือนก่อน +1

    Who is a blox fruits player search how to get cdk and saw this and watching for fun 😂

  • @networkfreddy2000
    @networkfreddy2000 2 ปีที่แล้ว +1

    I am a noob when it comes to programming..But still constantly learning..Picked up the book Design patterns that you recommended and have another logic and design book as well..
    Can I still use CDK or do i need to spend more time learning logic and design ect?

    • @James-uv7zt
      @James-uv7zt ปีที่แล้ว

      if noob i would spend more time building things than concerning with design/CDK.. these things are like structuring services/how blocks come together.. idk what level or how long you are but i would focus on fundamentals first such as HTML, CSS and JS/React

    • @JoshuaTabletmasters
      @JoshuaTabletmasters ปีที่แล้ว

      You work will be rewarded. Keep studying.

  • @vishalchavhan6731
    @vishalchavhan6731 3 ปีที่แล้ว +1

    Can you plz get more videos on python cdk with ec2 and ecs

  • @waleedahmad2012
    @waleedahmad2012 3 ปีที่แล้ว

    Can we upgrade system build with aws amplify to cdk. If so, what would be the key things to consider for this migration.

    • @BeABetterDev
      @BeABetterDev  3 ปีที่แล้ว

      Hi Waleed, thats a great question. I haven't encountered this scenario before but I found this article that looks helpful: matthewbonig.com/2021/01/08/from-amplify-to-cdk/
      Hope this helps,
      Daniel

    • @waleedahmad2012
      @waleedahmad2012 3 ปีที่แล้ว

      @@BeABetterDev Thanks, Daniel. Will look into it.

  • @chendk650
    @chendk650 3 ปีที่แล้ว +1

    What is the main purpose of using cdk

    • @BeABetterDev
      @BeABetterDev  3 ปีที่แล้ว +2

      Hi Chen,
      I would say the main purpose is to make it easier for developers to launch their infrastructure. Using CDK, we don't need to use the console and click through setup screens - but can instead do this all through code. There are many other benefits but I think this is the main one.
      Daniel

  • @VishalSharma-rn7mt
    @VishalSharma-rn7mt 3 ปีที่แล้ว

    Awesome

  • @Freeman937
    @Freeman937 7 หลายเดือนก่อน

    cdk v1 is apparently deprecated and officially out of support. Instead cdk v2 is now being used.

  • @ohmegatech666
    @ohmegatech666 3 หลายเดือนก่อน

    Unfortunately the code in this video is already obsolete. If you install the dynamodb construct like he says you'll see 29 high severity vulnerabilities. The import '@aws-cdk/core' doesn't even exist any more as far as I can tell

  •  3 ปีที่แล้ว +1

    CDK replaces SAM ?. Or can they work together?

    • @alejandrosotogonzalez6239
      @alejandrosotogonzalez6239 3 ปีที่แล้ว

      I have the same question

    • @BeABetterDev
      @BeABetterDev  3 ปีที่แล้ว +3

      Great question Francisco. It look like AWS is offering both SAM and CDK as viable options for IaC. There was some criticism that SAM had functionality the CDK doesnt such as local testing support, but it looks like this gap is getting filled (aws.amazon.com/blogs/compute/better-together-aws-sam-and-aws-cdk/. Based on the article title, it looks like CDK and SAM will coexist :)

    • @yvesgonzaga4223
      @yvesgonzaga4223 3 ปีที่แล้ว +1

      @@BeABetterDev Page 404 does not exist. This is the right link aws.amazon.com/blogs/compute/better-together-aws-sam-and-aws-cdk/

    • @ianaustria8868
      @ianaustria8868 2 ปีที่แล้ว

      @@BeABetterDev which one do you suggest for beginners? Should I only choose one over the other?

  • @ohmegatech666
    @ohmegatech666 3 หลายเดือนก่อน

    Why are the subtitles in Dutch?

  • @skanderbegvictor6487
    @skanderbegvictor6487 วันที่ผ่านมา

    I don’t think it matters now, especially the cdk part

  • @chillyz0
    @chillyz0 2 ปีที่แล้ว

    blox fruit players watching this be like: this aint cdk

  • @LaughPandas
    @LaughPandas 2 ปีที่แล้ว

    Dear Sir, Will you, please support me in setting up the CDK environment on my window? I am following guidance from the community but cannot deploy; Please, I need personal support. You are the best one.

  • @liquidcode1704
    @liquidcode1704 ปีที่แล้ว

    I think I found what I was looking for lol