Ask yourself, if that video you just did looks good on your screen, silly!
@roushansingh9486Ай бұрын
Hi, nice one! Is it really required to allow user to be able to assume into “cds-*” role just for doing deploy or we can allow only “cdk\-*-deploy\-*” role only
@MarceloNunesPOA4 ай бұрын
Wow, this tutorial is amazing!! Thanks for the great work!
@aaranyadevbarman83885 ай бұрын
Why not just keep the output type of GetCommand as is but type cast the extracted `Item` to be of type User | undefined
@conermurphy5 ай бұрын
That is another approach you could take. I personally found the method in the video to be a bit cleaner and more repeatable than redefining variables that have been type casted. But, to be honest what I tend to do now is different to the video and instead I use a Zod schema to parse the returned data so I have certainty over the data returned without any type of casting.
@dimplekhuman91477 ай бұрын
Amazing Tutorials, very underrated channel
@conermurphy7 ай бұрын
Thank you, glad you like the content! 😄
@jasonwilliams_escapeimagery8 ай бұрын
This was very well explained and easy to follow.
@SogMosee9 ай бұрын
Why did you do all of this through the wizard instead of using the cdk?
@VincentFulco11 ай бұрын
Terrific, wish I had this 6 months ago! Practical topics, great explanations.
@chrisryan632811 ай бұрын
I’m relatively new to React and Next.js. I have to say that by watching this tutorial, I finally understand the difference between swr and react server components. By showing how you can retrieve the data and post data using two different methods, one - using client components and swr vs. two - react server components and importing a client component with useRouter, it helped me recognize what I wasn’t understanding and make sense of both methods and how they differ from one another. Thanks for the great video!
@conermurphy5 ай бұрын
No worries at all, glad you found the video helpful! 😄
@jackcooper18711 ай бұрын
Promo_SM
@HuaZhang-ro5um11 ай бұрын
Working on my first project with similar requirement. Big thanks.
@HanselSuarez11 ай бұрын
It is necessary that the font size be larger, you cannot see what is happening in the console or in VS
@conermurphy5 ай бұрын
I noticed this after publishing as well. I’ve made sure to increase my font size for future videos to make it clearer.
@gyros916211 ай бұрын
Your tutorial is laconic and really working! Thank you very much
@conermurphy7 ай бұрын
No worries at all, glad you like the tutorial!
@ol1175 Жыл бұрын
Amazing tutorial!!!
@VincentFulco Жыл бұрын
Great teach-in
@VincentFulco Жыл бұрын
Great example! Thank you.
@conermurphy Жыл бұрын
No worries, glad you liked it.
@DaveTheDeveloper Жыл бұрын
Hi Coner. Saw your blog post about this. First off, I like your design of your website, good job!. Then I came across your tutorial. Thanks for that. However, the video is a bit pixelated. For example at 5:19 when you do the cdk deploy, the cli output is barely readable. Other than that, keep going!
@conermurphy Жыл бұрын
Hi, thank you for the comment, and glad you like the website. I have noticed some of the pixelation in the videos. Hoping to work on that and get it fixed for future ones.
@andrewmoon9576 Жыл бұрын
Where's the next video 😢
@metaversegaming1577 Жыл бұрын
Awsome tutorial ,Really thanks
@MuratKeremOzcan Жыл бұрын
This is good. Do you know how we would do the opposite? In Serverless framework there is a plugin called serverless-export-env. It looks at your stack and writes all env vars to your .env file Are you aware of anything similar in cdk?
@DilwarHossainNoorChandan Жыл бұрын
Great
@oleggranevskij6872 Жыл бұрын
Not sure how big display should be to see what happening in console or VSC
@conermurphy Жыл бұрын
This is something I've noticed as well, in future videos I've made sure to increase the size of the terminal and VSCode text to make it more readable. 😀