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
Thank You Marcia for hosting me! It was, as always, a pleasure! 🥰
you are always welcome to come and visit us :D
Awesome talk. I definitively need to test the CDK and give it a chance against Serverless Framework !
Great stuff. There is a lack of god tutorials and blogs on this topic , so well done
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
Good job Marcia and Darko!
This is so helpful!
Love it. Need to start to practising. Look very cool. Thanks Marcia and Darko
Great that you got inspired to try it out. Share with us how it went 💪🏼
@@foobar_codes Will definitely make a video and share the link
Saving my life as usual
"Queue... Que? Kwehweh?"
That's exactly how my brain goes every time I try to type it too
Which testing tool can we use for cdk code written in python?
We can do regular testing with pytest or unittest, but i don't know any alternative for snapshot testing
HI can you help me with any vidoes of AWS CDK + Cloud foundation with typescript please.
All my videos of cdk are with typescript
Thanks for Sharing
Thanks for watching!
How does this all work for Amazon Connect infra using CDK?