AWS Cloud Development Kit (CDK) Crash Course

  Рет қаралды 202,374

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 89
@martzmakes
@martzmakes 2 жыл бұрын
Hey everyone! OP here :)
@Ajay-km8br
@Ajay-km8br 2 жыл бұрын
Im saving this video for later. Looks amazing. Adorable kid btw :) Have a good one my dude.
@msg_code7080
@msg_code7080 2 жыл бұрын
I'm also new to python and I found this channel kzbin.info/www/bejne/r5LVkomQq7SMraM while looking for a video series with quality projects from easy to difficult. It publishes python project video from easy to hard every 2 days. I would definitely recommend....
@sandipmahato8632
@sandipmahato8632 2 жыл бұрын
Can you help me sir? Not Found The requested URL was not found on this server. Apache/2.4.48 (Win64) OpenSSL/1.1.1k PHP/8.0.9 Server at localhost Port 80 Localhost problem 😢😓
@Ajay-km8br
@Ajay-km8br 2 жыл бұрын
@@sandipmahato8632 Go to that menu and click on that setting. Problem should be fixed now. Enjoy.
@PlasmaSnake369
@PlasmaSnake369 2 жыл бұрын
So the advantage of using this over the AWS management console is seen when a developer is creating the same or similar resources over and over again, and can start to just re-use code and intelli-sense? Is that correct?
@mayankvikash
@mayankvikash 2 жыл бұрын
0:25 I am melted, imagine this cute creature teaching us.
@realburgergod
@realburgergod 2 жыл бұрын
I’m an Amazon dev learning CDK, and this helped a lot! Thank you!🎉
@andriipetko8684
@andriipetko8684 2 жыл бұрын
Heh, the same for me :)
@realburgergod
@realburgergod 2 жыл бұрын
@@andriipetko8684 This should be on KNET :P
@chair_force
@chair_force 2 жыл бұрын
Same :)
@thinker5270
@thinker5270 Жыл бұрын
Same
@rhisavbora2975
@rhisavbora2975 10 ай бұрын
same
@clayblythe
@clayblythe 2 жыл бұрын
Really excited for how this can improve developer velocity as well as allow for better testing of Infrastructure as Code. However, visually it seems messier and less organized than Terraform in my opinion. Overall it is a good option to consider
@mudassiraqeel8604
@mudassiraqeel8604 2 жыл бұрын
Would love a detailed video on cdk, specifically on python
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
Gratitude for your noble service to the Humanity and the World at large.
@Mike-df4ze
@Mike-df4ze 2 жыл бұрын
Great I will see it as soon as possible 👏👏👏😎
@RatherPleasent
@RatherPleasent 2 жыл бұрын
Free code camp is amazing for adding this. Very useful
@kapilch
@kapilch Жыл бұрын
loved it, great video
@ecostaneves
@ecostaneves 2 жыл бұрын
Absolutely amazing !!! Tks a lot for your contribution
@DominikPiekarczyk
@DominikPiekarczyk 2 жыл бұрын
Matt, you need to start your ToC with (00:00), otherwise the video will not split into chapters. Cheers!
@mike110111
@mike110111 Жыл бұрын
Great video, thank you so much for making it
@CongruentYT
@CongruentYT 2 ай бұрын
7:34 excellent audio quality
@codingkiddo9727
@codingkiddo9727 2 жыл бұрын
Tons of thanks 🙏🏻🙏🏻🥳🍻
@HoriaIvan-yf5ds
@HoriaIvan-yf5ds Жыл бұрын
Fantastic course, thanks for this!
@genefreak
@genefreak 11 ай бұрын
Another BEGINNER course that assumes the world.
@jiyoungkim9258
@jiyoungkim9258 2 жыл бұрын
that's what I wanted to know! thx !!
@gideononwe8089
@gideononwe8089 2 жыл бұрын
Wow really impressive best ICT Tutors
@sharkinc4563
@sharkinc4563 2 жыл бұрын
FIRST COMMENT.... URE doing a good job..!!!
@____prajwal____
@____prajwal____ 2 жыл бұрын
This is great. Please provide info where we can find more content than this crash course. Thanks🔥fCC!
@cjjb
@cjjb Жыл бұрын
Thanks!
@thelastminutetrade
@thelastminutetrade 2 жыл бұрын
AWS is leading future of technology.. Who else love AWS or similar 🤑😍😍
@elClubdelas7Cifras
@elClubdelas7Cifras Ай бұрын
fully reviewed
@saplay3372
@saplay3372 2 жыл бұрын
Wonderful creations
@ayushshah7372
@ayushshah7372 Жыл бұрын
In the workshop, you mentioned that the code for the lambda lives jn the lambda directory and will be uploaded to s3 bucket as an asset. But I did not actually see where the lambda code was defined
@binc8925
@binc8925 2 жыл бұрын
Great video, thanks. So is CDK the future or is it still worthwhile to learn CloudFormation?
@martzmakes
@martzmakes 2 жыл бұрын
CDK is built on top of CloudFormation. I think it's useful to learn both. There are times when troubleshooting deployments that you need to see what CloudFormation is doing (less frequent now that CDK is stable but still good to know what it's capable of / doing)
@JeevanSunkersett
@JeevanSunkersett 22 күн бұрын
I think lately (Sep 2024) AWS has removed the Cloud9 service, so the CDK workshop instructions (15:30 onwards) may not be appropriate.
@victorpinasarnault9135
@victorpinasarnault9135 2 жыл бұрын
But need to finish my AWS course of 2020 first! ^^'
@Micahtmusic
@Micahtmusic 2 жыл бұрын
i did my stack this way too and ended up with 400 lines of spaghetti code. how do you separate the elements of the stack into different files for readability?
@Micahtmusic
@Micahtmusic 2 жыл бұрын
i figured it out by making my own npm package that has the library functions
@amanarham3538
@amanarham3538 11 ай бұрын
Hi! I was going through the workshop. However, there is an issue accessing the studio link for the Cross-Account CI/CD Pipelines with CDK Pipelines. Is there an updated link to access the commands on that web page?
@kn1ght435
@kn1ght435 2 жыл бұрын
almost every peace of content i watch on youtube is somehow related to programming or tech and yet I never get freeCodecamp videos recommended to me on the home page I wonder why that is . am I the only one
@joshreji7510
@joshreji7510 2 жыл бұрын
That's better. Now your competitor doesn't know what you know.
@asterleul7757
@asterleul7757 2 жыл бұрын
Tutorial on Facemash clone please that would help us alot thank you
@asterleul7757
@asterleul7757 2 жыл бұрын
Hey really great video but can u please make video on making Facemash clone please that would help us alot
@bijaylaxmigiri1675
@bijaylaxmigiri1675 2 жыл бұрын
Can you do a project with python language
@pranjalshukla8096
@pranjalshukla8096 2 жыл бұрын
can we do the workshop part with Python project?, I see you have chosen Typescript project at 21:07
@faruzzy
@faruzzy 2 жыл бұрын
Yes you can!
@davekok9673
@davekok9673 Жыл бұрын
Fun part is that he is running a Typescript project and creates a JavaScript Lambda with the TypeScript builder in Watch haha!
@lutaseb
@lutaseb Жыл бұрын
I started but i don't understand thé difference between a Construct and an app. When you write cdk init --app or --lib
@lutaseb
@lutaseb Жыл бұрын
If someone knows please...
@fawzishafei5565
@fawzishafei5565 2 жыл бұрын
Will CDK qualify you for AWS certification
@martzmakes
@martzmakes 2 жыл бұрын
Not on its own, no
@jamesren4949
@jamesren4949 2 жыл бұрын
Hi Matt, great course! 41:50, may I ask what is the 'props'? Should it be the DynamoDB table (i.e. 'table' ) to invoke Lambda? Thanks in advance!
@martzmakes
@martzmakes 2 жыл бұрын
props was passed in to the constructor of the HitCounter class... in that case it was using the downstream lambda that was being passed in from elsewhere in the stack
@ajeygowda3373
@ajeygowda3373 2 жыл бұрын
35:42
@620jas
@620jas 2 жыл бұрын
Is this really required? We already have terraform, cloudformation
@MaksuelBoni
@MaksuelBoni Жыл бұрын
Is it possible create a workmail service using aws-cdk v2? This is not clear to me =( Thanks
@martzmakes
@martzmakes Жыл бұрын
The general rule is if you can do it with CloudFormation, then you can do it with CDK
@bashful88
@bashful88 Жыл бұрын
Next time please make one for beginners.. It is so hard to follow
@RAHULKUMAR-eg8bb
@RAHULKUMAR-eg8bb 2 жыл бұрын
tell me a course to get pro in javascript
@RAHULKUMAR-eg8bb
@RAHULKUMAR-eg8bb 2 жыл бұрын
@@shivani9840 yes I usually learn from online tutorials.... I have created few projects and I would love to explore more on web development for sure...
@PixelPioneer176
@PixelPioneer176 Жыл бұрын
Quality content right here! If you're intrigued, there's a similar book you shouldn’t miss. "AWS Unleashed: Mastering Amazon Web Services for Software Engineers" by Harrison Quill
@groslait7814
@groslait7814 2 жыл бұрын
This man looked like came from stone age
@TheLostBijou
@TheLostBijou 2 жыл бұрын
Great tutorial, however the cloud9 stuff was really unnecessary far as I can tell.
@martzmakes
@martzmakes 2 жыл бұрын
Yeah... I wanted to cover everything I did to get up and running and cloud9 was convenient since it has most stuff pre-installed. I rarely use cloud9 myself
@TheLostBijou
@TheLostBijou 2 жыл бұрын
Better a bit too much information than not enough - thanks for making this!
@ebukaanene4069
@ebukaanene4069 2 жыл бұрын
👍🏽
@stephen_ecrowder7507
@stephen_ecrowder7507 2 жыл бұрын
my memo 35:53
@victorpinasarnault9135
@victorpinasarnault9135 2 жыл бұрын
Go to my useful tutorials list.
@aliozdemir4148
@aliozdemir4148 2 жыл бұрын
ASSEMBLY FULL COURSE PLEASE
@MeatCatCheesyBlaster
@MeatCatCheesyBlaster Жыл бұрын
is it just me or is the audio kind of fucked in some parts
@vg.
@vg. 2 жыл бұрын
So
@__________________________6910
@__________________________6910 2 жыл бұрын
Water
@PrimitiveFuturologist_YTC
@PrimitiveFuturologist_YTC 2 жыл бұрын
Anyone else find themselves grinning like an idiot after that intro? No? Me neither. Ahem.
@nathanfoss4947
@nathanfoss4947 9 ай бұрын
YAML? More like "YA, fML."
@Chiberia
@Chiberia 6 ай бұрын
I'm gobsmacked by the fact that YAML is getting grief these days - for those of us that were trying to read XML and dying inside, then amazed at JSON, and finally saw YAML solve so many problems... I just can't describe how much better it is. That said, CDK doesn't solve the YML issue - it literally regresses by making you write actual code for configuration. (All this said, I love CDK, we just don't have an "improvement" for YAML yet).
@asterleul7757
@asterleul7757 2 жыл бұрын
Make video on Facemash
@aliozdemir4148
@aliozdemir4148 2 жыл бұрын
COMPETITIVE PROGRAMMING WITH C++ FULL COURSE
@arrulvignesht3198
@arrulvignesht3198 2 жыл бұрын
my interview is going on please answer this in c program Denominations Problem It is year 2020 and after all the demonetizations, our country has N different positive integer denominations of coin for all transactions. The finance minister went bonkers when a citizen tried to pay his taxes with a giant sack of low-valued coins, and decreed that no more than C coins of any one denomination may be used in any one purchase. For instance, if C = 2 and the existing denominations are 1 and 5, it is possible to buy something of value 11 by using two 5s and one 1, or something of value 12 by using two 5s and two 1s, but it is impossible to buy something of value 9 or 17. You cannot directly challenge the finance minister's decree, but you happen to be in charge of the mint, and you can issue new denominations of coin. Being a smart cookie, you want to make it possible for any item of positive value at most V to be purchased under the new rules. (Note that this may not necessarily have been possible before the FM's decree). Moreover, you want to introduce as few new denominations as possible, and your final combined set of pre-existing and new denominations should not have any repeats. Input The first line consists of three space-separated values C, D and V The second line consists of D distinct space-separated values representing the preexisting denominations, in ascending order Output A single value representing the minimum number of new denominations required
@PaulCuenin
@PaulCuenin 9 ай бұрын
Thanks!
@ebukaanene4069
@ebukaanene4069 2 жыл бұрын
👍🏽
What is AWS Cloudformation? Pros and Cons?
16:25
Be A Better Dev
Рет қаралды 143 М.
AWS CDK Crash Course for Beginners
1:07:31
Be A Better Dev
Рет қаралды 63 М.
Top 50+ AWS Services Explained in 10 Minutes
11:46
Fireship
Рет қаралды 1,6 МЛН
Getting Started with AWS CDK and Python | Step by Step Tutorial
24:44
Be A Better Dev
Рет қаралды 91 М.
AWS CDK Day 2023 - CDK Best Practices
20:08
Ran The Builder
Рет қаралды 2,8 М.
Web App Vulnerabilities - DevSecOps Course for Beginners
1:28:49
freeCodeCamp.org
Рет қаралды 184 М.
AWS CDK With Typescript (DevOps)
46:08
Code Engine
Рет қаралды 37 М.
API vs. SDK: What's the difference?
9:21
IBM Technology
Рет қаралды 1,5 МЛН
AWS CDK dos and don'ts with Matthew Bonig
1:10:48
Yan Cui
Рет қаралды 3,5 М.
Define Cloud Infrastructure in Code with the AWS CDK
8:54
Amazon Web Services
Рет қаралды 34 М.
Contributing To Open Source - Beginner's Guide
2:29:31
freeCodeCamp.org
Рет қаралды 76 М.
An Introduction to AWS CDK (and why you should be using it!)
3:47
Be A Better Dev
Рет қаралды 93 М.