TESTING YOUR INFRASTRUCTURE AS CODE WITH AWS CDK (Typescript + Jest)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

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

  • @ruptwelve
    @ruptwelve 4 ปีที่แล้ว +5

    Thank You Marcia for hosting me! It was, as always, a pleasure! 🥰

    • @foobar_codes
      @foobar_codes  4 ปีที่แล้ว

      you are always welcome to come and visit us :D

  • @leriksenbendigo
    @leriksenbendigo 4 ปีที่แล้ว +5

    For infrastructure I couldnt easily construct via terraform, I can see the point of CDK. I would use the tests not to verify the initial build, but to check from time to time for drift from the desired state.
    What I would like to see is tests that prove I have setup (and changes maintain) connectivity between services correctly - can service A connect to service B with the current network and NACL setup etc.
    And tests that various roles can correctly do, or are correctly denied, the auth to do various operations e.g yes I can SSH to a VM, but no I cannot restart the Apache instance.
    CDK seems like the tool that can, or maybe one day will be able to, do these more integration/acceptance level tests on my stack.
    Great content as alway

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

    Awesome talk. I definitively need to test the CDK and give it a chance against Serverless Framework !

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

    Great stuff. There is a lack of god tutorials and blogs on this topic , so well done

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

    Good job Marcia and Darko!

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

    Love it. Need to start to practising. Look very cool. Thanks Marcia and Darko

    • @foobar_codes
      @foobar_codes  4 ปีที่แล้ว +1

      Great that you got inspired to try it out. Share with us how it went 💪🏼

    • @zainafzal7461
      @zainafzal7461 4 ปีที่แล้ว

      @@foobar_codes Will definitely make a video and share the link

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

    Saving my life as usual

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

    This is so helpful!

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

    "Queue... Que? Kwehweh?"
    That's exactly how my brain goes every time I try to type it too

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

    Thanks for Sharing

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

    HI can you help me with any vidoes of AWS CDK + Cloud foundation with typescript please.

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

      All my videos of cdk are with typescript

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

    Which testing tool can we use for cdk code written in python?

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

      We can do regular testing with pytest or unittest, but i don't know any alternative for snapshot testing

  • @bushansy
    @bushansy 4 ปีที่แล้ว

    How does this all work for Amazon Connect infra using CDK?