This is why I got into programming. That feeling you get when you code for 30 minutes straight and then everything works makes me feel like a code ninja!
I got my hand dirty with this and encountered some issue with the CDK versioning. Finally I was able to make this working end to end using CDK v2. Learned a lot of things along the way!! Thanks Manoj for creating such amazing content!!. Currently I'm going through you Udemy course on Serverless.
Hi Manoj.. great video.. thanks ... however when you deploy nextjs app on ALB/Pvt VPC.. simmilar to what you have done for express... some issues with CloudFront and ALB... have you tried those
@@CloudTutorials Hi Manoj, Thanks for wonderful course. Can you please do a upload on setting an environment with Appsync, lambda, dynamodb as back end ?
Hi Manoj, do you have an example of same with next app inside in vpc then LB , Cloudfront ... For some reason my CF and LB not connecting properly, those XML error comes
I am getting below error Initializing a CDK project. Anyone has any idea? Command failed: wmic path win32_computersystemproduct get uuid ERROR: Description = Not found
Last project was all CDK-based. Even though polyglot, it's not poly-cloud, as Pulumi naturally is. CDK transpiles to Cloud Formation, which for me was the big deal-breaker. Just go Pulumi and reduce your migraines.
Its saying it can't find the backend directory you're pointing to, look in your fargate file, at the image: ecs.ContainerImage.FromAsset(); Instead of ("/backend"), just put ("backend")
Very high-quality content, AWS should hire you to create official content for them!
Thank you so much for your comment Crystal. Glad you like it!
36:20 that moment when you realize that your demo actually worked in the first try. Great video.
This is why I got into programming. That feeling you get when you code for 30 minutes straight and then everything works makes me feel like a code ninja!
I got my hand dirty with this and encountered some issue with the CDK versioning. Finally I was able to make this working end to end using CDK v2. Learned a lot of things along the way!! Thanks Manoj for creating such amazing content!!. Currently I'm going through you Udemy course on Serverless.
this is an amazing end to end sample explained in a clear and concise manner!! Please create more such high quality contents
Thanks for providing this much information...
can you do cdk pipeline video also?...also infrasture code will be written by application developer or cloud engineer?..as code is same repo
incredible upload Enlear Academy. I smashed that thumbs up on your video. Maintain up the first-rate work.
This is awesome. Thanks Manoj ❤
My pleasure 😊
Was thinking about how to do this, boom I found this today!!
Hope you found it useful too :)
Could you please make a tutorial to connect our application to the database in the project mentioned in the above tutorial?
Hi Manoj.. great video.. thanks ... however when you deploy nextjs app on ALB/Pvt VPC.. simmilar to what you have done for express... some issues with CloudFront and ALB... have you tried those
Great Video! Absolutely loved it! 🙌
Great Course. Thanks! It was really helpful.
Glad you found it helpful @Pio :)
Love your content. Very good stuff. 🙏
Glad you like it Chris!
Thanks Manoj. Could you be able to add similar content with CDK version2?
You are just Awesome, very neat and helpful. Thanks a ton.
Super sir can you please share some knowledge on lambda with cdk
I really like your course content. It's very up to date with pinpoint details even with crash course. I am eagerly waiting for Elastic search course.
Glad you like it Chandra! Thanks for your comment.
@@CloudTutorials Hi Manoj, Thanks for wonderful course. Can you please do a upload on setting an environment with Appsync, lambda, dynamodb as back end ?
good one. keep it up 👏👏👏
Thanks Ridma!
In windows you can use name use like a frontend for docker id
Docker --> docker build -t frontend .
docker run -d -p 80:80 frontend
thank you
superb explanation ✌❤
Thank you Lakshan. Glad you like it :)
Awesome Stuff
Great content ❤
Thanks 🙌
Thank you! Really usefull
what font are you using?
Hi .. can you please add/guide how to add API security to ALB using CDK?
Hi Manoj, do you have an example of same with next app inside in vpc then LB , Cloudfront ... For some reason my CF and LB not connecting properly, those XML error comes
Good one 💯
Thanks @Lakpriya. Glad you like it!
Excelent video , Thanks , please cdk pipelines ,You have my subscription and a like! Good job
Thanks for the sub!
I am getting below error Initializing a CDK project. Anyone has any idea?
Command failed: wmic path win32_computersystemproduct get uuid
ERROR:
Description = Not found
I need help . Someone can help me in cdk typescript?
Last project was all CDK-based. Even though polyglot, it's not poly-cloud, as Pulumi naturally is. CDK transpiles to Cloud Formation, which for me was the big deal-breaker. Just go Pulumi and reduce your migraines.
20:52
Isn't the point of CDK to not use manual configuration?
Why so many manual steps need to be made for this infrastructure?
Error : D:\My Programming\AWS\CDK_TEST
ode_modules\@aws-cdk\aws-ecr-assets\lib\image-asset.ts:59
throw new Error(`Cannot find image directory at ${dir}`);
same error for me as well :(
@@ManuML before do this code , i think that need to add aws credantial
Was it resolved for you? I ran the aws configure using cli and added my credentials. Still getting the same error.
Me too. Looking for a solution
Its saying it can't find the backend directory you're pointing to, look in your fargate file, at the image: ecs.ContainerImage.FromAsset(); Instead of ("/backend"), just put ("backend")
NOTE: it doesn't work without a NAT gateway, and NAT gateways cost you money. Just letting you know guys