AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step

  Рет қаралды 309,904

Tiny Technical Tutorials

Tiny Technical Tutorials

Күн бұрын

When you’re first learning AWS, it’s sometimes hard to know how to put all the “pieces” together-how to use the various services to create an actual application that you could use in the real world. I felt the same way when I started!
In this hands-on tutorial, I’ll walk you through how to design and build a simple web application from scratch. We’ll pick five different services-Amplify, Lambda, IAM, API Gateway and DynamoDB-and talk about why/where to use them, and how to get them to work with each other. As we go, we’ll build out each of the services, resulting in a fully-functional math web application.
To follow along, you’ll need:
• A text editor (such as Notepad or Notepad++)
• An AWS account and access to the Console (video here if you need help: • Create a Free AWS Acco... ). NOTE: You'll need administrator permissions to follow along.
• Some basic knowledge of AWS is preferable, but you can still follow along if you’re an absolute newbie
Here’s all the code you’ll need to build the application:
• index-ORIGINAL.html: drive.google.com/file/d/1D4GF...
• PowerOfMathFunction - Lambda-ORIGINAL.txt: drive.google.com/file/d/1ak_o...
• Execution Role Policy JSON.txt: drive.google.com/file/d/1xdko...
• PowerOfMathFunction - Lambda-FINAL.txt: drive.google.com/file/d/1ao_8...
• index.html: drive.google.com/file/d/1fCFD...
🤓 For another fun (even more comprehensive) project, check out this other video: • AWS Portfolio Project:...
Some code was re-used from this AWS walk-through: aws.amazon.com/getting-starte...
🌟🌟If you’re interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount!
- AWS Certified Cloud Practitioner: academy.zerotomastery.io/a/af...
- AWS Certified Solutions Architect Associate: academy.zerotomastery.io/a/af...
Timestamps
00:00 - Let me tell you a story…
01:07 - Overviewing the services and application we’ll be building in this video
01:56 - Architecting the web application from scratch
02:28 - What you’ll need to follow along with this video
03:02 - How to create and host a web page for our web application
03:37 - Creating an index.html page from scratch in a text editor
04:09 - Where to download the code used in this video
04:27 - Deploying and hosting a web page with AWS Amplify
06:14 - How to do math calculations in our web application
06:56 - Creating a Python Lambda function to implement our math functionality
08:44 - Testing our Lambda function
10:21 - How to invoke our Lambda function
10:54 - Creating a REST API for our Lambda function using API Gateway
14:53 - How to persist our math result to a database, and also handle permissions
15:44 - Creating a new DynamoDB table to store our math result
16:37 - Giving Lambda permission to write to the DynamoDB table
18:23 - Updating the Lambda function code to write to the DynamoDB table
20:49 - Invoking the API Gateway endpoint from the index.html page in Amplify
21:08 - Updating the index.html page to call API Gateway
23:03 - Re-deploying our index.html page using Amplify
23:33 - Admiring our completed web application!
24:32 - IMPORTANT!! Delete your resources (I’ll show you how)

Пікірлер: 1 000
@artijha922
@artijha922 9 ай бұрын
while deploying the html app using amplify im getting error access denied can anyone help me with this
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Hi Arti! 😊 Thanks for watching! This is likely due to the "level" of the file zipping. Be sure to not zip the folder that it's in. For example, if index.html is in "project," don't zip "project," but only zip the index.html file. Also, if you pulled the files from the links in the description, be sure you rename them to "index.html" (rather than "index-ORIGINAL.html). I named them that just to distinguish between the "before" and "after" files. Lastly, you'll need to be running as the root user or an IAM user with admin privileges. Hope that helps!
@artijha922
@artijha922 9 ай бұрын
@@TinyTechnicalTutorials Thanks for the solution
@artijha922
@artijha922 9 ай бұрын
@@TinyTechnicalTutorials can u make certain big projects on Aws so that it will be helpful to build resume?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Yes! I definitely want to do more "project" videos. In the meantime, maybe check out cloudresumechallenge.dev. I've only skimmed through it (no affiliation), but it seems like a good approach for building out some resume projects (costs $20 for the ebook).
@artijha922
@artijha922 9 ай бұрын
@@TinyTechnicalTutorials okay thanks
@johnnobody3628
@johnnobody3628 Жыл бұрын
This is by far the best channel for AWS beginner content I've come across on KZbin. Please keep up the amazing work!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Awwww, shucks! Thanks for such a nice comment! Made my day. 😊
@knocs12
@knocs12 Жыл бұрын
I can't thank you enough! I followed through and it helped to get my feet wet with this Solutions Architect type of exercise. MORE PLEASE! I'm still struggling with the coding part, but this is the best way to slowly understand how the features work together around the AWS territory. I will probably have to this again a couple more times :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, I'm so glad!!! Comments like this make me so happy! 😊 I definitely plan to do more of these end-to-end multi-service types of apps/videos in the future, so stay tuned!
@dineshnagumothu5792
@dineshnagumothu5792 10 ай бұрын
One of the best tutorials I have ever seem - short, simple and on to the point
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Awesome! So glad it was helpful. Thanks for watching! 🙏😊
@sachinadi6715
@sachinadi6715 Жыл бұрын
Simple, yet instrumental demo to learn the AWS services. Very well built. Thank you @Tiny Technical Tutorials!! This has been a fantastic experience for me
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, I'm so glad!! Really appreciate you supporting the channel! 😊
@sirimanepalli6813
@sirimanepalli6813 4 ай бұрын
Such a simple and amazing demo introducing to the world of AWS ! You are an exceptional teacher. Thanks a lot for keeping this content free.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
A very belated thank you!! Really appreciate it! 🥰🙏🌟
@Minerva___
@Minerva___ 9 ай бұрын
I still can’t believe this quality content is on KZbin for free. I really enjoy the way you walk through the solution by telling a story. Hope to continue to see more from you! Keep up the awesome work! I would love to see an ending section that talks about real-world examples if possible? Such as other websites or companies that employ these techniques/architectures. I always find it helpful to link the two as I go through any lab. Thanks again for this great content.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Thanks for the kind words, @AdrianKeith! 🥰 I'm so glad you're enjoying the content. And this is awesome feedback. I always find real-world examples helpful too. Noted for future videos! 🤓
@nihongodaisukiyo
@nihongodaisukiyo Жыл бұрын
Thank you so much! I saw this video and expected it to be well over an hour, so I was amazed when you concisely explained everything in under 30 minutes!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Hi John - I'm so glad it was helpful! Thanks for watching! 😊
@tjpeterson44
@tjpeterson44 4 ай бұрын
What an amazing tutorial and you can hear the passion in your voice with every step. Keep up the great work!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Wow, such a nice comment!! 🥰 Glad it was helpful. Thanks for watching! 🙏🤓🌟
@bhargavsiddiq5278
@bhargavsiddiq5278 Жыл бұрын
Brilliant session , explained all the complex services, in very simple terms.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad it helped! Thank you for watching! :)
@alexandernaskinov7989
@alexandernaskinov7989 Жыл бұрын
This is top tier. If you are just starting out in aws start with this. The explanation from start to finish is perfect.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, thank you SO much! Your comment made my day! 😊
@BestoracleDBA
@BestoracleDBA Жыл бұрын
Great video. I love the fact you show how to tie all the AWS services together. Thank you
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad you liked it! Thanks for watching! 😊
@gmmkeshav
@gmmkeshav Жыл бұрын
Just loved the content. I have never seen anyone explaining theory as well as practical at the same place.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, you're too kind!!! Really appreciate the nice comment, and thanks for watching! 😊
@mblackonline1059
@mblackonline1059 Жыл бұрын
Thanks so much for making these videos. You are an excellent teacher with very clear instructions. I've earned my AWS Cloud Practitioner certification and I'm working towards the Solutions Architect cert. This was a great project to get some hands-on experience with building a simple web app. Next... I plan to play with it to see if I can change the function to do some different calculations. :) For future tutorials, I would love to see something using Rekognition. I've been thinking about trying to build a couple of facial recognition based cat feeders for my 2 fur babies. I would love to learn anything about how to integrate Rekognition with an API. :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Thanks for the nice comment, mblackonline! :) And congrats on the Cloud Practitioner cert! I do have a short video on Rekognition that might help you get started: kzbin.info/www/bejne/hqrNdYmQYpKWnNU. (Love the project idea for the fur babies!!) :)
@mblackonline1059
@mblackonline1059 Жыл бұрын
@@TinyTechnicalTutorials - Cool! I didn't see that in the list. I'll check it out. Thanks!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
What else do you want to learn in AWS? Let me know below in the comments!
@lilj18
@lilj18 Жыл бұрын
What are your thoughts on the Cloud Resume Challenge ?
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Hey Jay-Jay! I actually hadn't heard of the Cloud Resume Challenge before. I'm checking it out! But in general, I think any kind of hands-on practice is good. Having an actual project to show is a great way to differentiate yourself when it comes to getting a job. So without knowing all the specifics, it seems like a good idea to me. Thanks for letting me know about it! :)
Жыл бұрын
terraform
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Thanks for the suggestion, bennyedu41! I've got Terraform on my list. :)
@moedweik9523
@moedweik9523 Жыл бұрын
Excellent Video! I would like to see videos on using SCT and DMS for database migrations and how to develop AWS architectures for on-premise migration.
@lucifer2416
@lucifer2416 Жыл бұрын
Hi mam after the deployment of the web application it's showing this XML file does not appear to have any style information associated with it.The document tree is shown below AccessDenied Access Denied ZKZ5M2R9VJY20B2S 5LQ0VgkD8MdDQK47xI33y7lbn2uFYNnP1Qyo1cdpb2J8hlCjB+7ynO9Hd8LFWz9l5N/4eGcwFNA= What should I do now
@aurobindonayak7128
@aurobindonayak7128 Жыл бұрын
yes mam same issue I am facing
@lucifer2416
@lucifer2416 Жыл бұрын
What's your problems
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Hi Lucifer! You'll need administrator-level access in order to complete this. I'd suggest checking that first.
@lucifer2416
@lucifer2416 Жыл бұрын
@@TinyTechnicalTutorials ok
@lucifer2416
@lucifer2416 Жыл бұрын
@@TinyTechnicalTutorials hi administration level access means we should login from iam user but after iam user login it's shows same
@minzeymichael
@minzeymichael 11 ай бұрын
I've been looking for a quick overview of making serverless AWS apps and this video hit the nail on the head. :) Excellent!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Oh, fantastic!! I'm so glad it helped. Thanks for watching! 🔥🌟😊
@galleon8129
@galleon8129 7 ай бұрын
The best Amplify tutorial I’ve seen so far
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Wow, thanks! Much appreciated!! 🙏😊🌟
@cludianobre
@cludianobre 7 ай бұрын
Amazing step-by-step instructions. Great video. Thank you so much for this practical hands on.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
You bet! Glad it was helpful!! Thanks for watching. 🌟🤓🙏
@Andromeda26_
@Andromeda26_ 6 ай бұрын
Thank you, Amber! As always, your content is cutting-edge and insightful. Keep up the fantastic work! Big fan of your courses on ZTM.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thanks for the kind words and support, @Andromeda26_! Much appreciated! 🙏🤓🌟
@thisbridgehascables
@thisbridgehascables 9 ай бұрын
Nice quick tutorial connecting these service’s together.. wish more tutorials on AWS were like this.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Thanks for the kind words!! 🙏🌟😊 So glad it helped!
@miguelvalencia9352
@miguelvalencia9352 11 ай бұрын
Thanks a million, maam! This is super clear, and the short, yet rich and informative videos make the subject at hand so much easier to understand. I cannot thank you enough!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 ай бұрын
Oh yay! I'm so glad it helped. Thanks for watching, Miguel! 😊
@vdoescoding
@vdoescoding 8 ай бұрын
I cannot thank you enough for this. As someone who is complete beginner to coding and AWS, this has helped me understand how to deploy things so well. Thank you so much for this!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
You're very welcome! I'm so glad it helped! 🙏😎🌟
@MyMo689
@MyMo689 Жыл бұрын
This was a great video, thank you so much for making it! It was so well explained and walked through that I used it for a lab in my Cloud Architechture class and my students found it extremely helpful as well.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, how wonderful!! I'm so glad it was helpful. Thanks for watching and sharing! 😊
@stevenkaupa8411
@stevenkaupa8411 7 ай бұрын
Best tutorial I've watched so far of an AWS service. Thank you so much. Ots going to help me with my project.🎉🎉❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
You're very welcome! Thanks for the kind words!! 🤓🙏🥰
@sibusisosiyabongandaba698
@sibusisosiyabongandaba698 Ай бұрын
OMG.... I just subscribed to your channel before even watching it, I will watch each and every video, i like that they are short and straight to the point.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
Wow, what a nice comment!! Welcome to the channel, sibusiso, and thanks for watching!! 🤓🙏🌟
@jamesyu8183
@jamesyu8183 Жыл бұрын
I go through from beginning to end and you save my life. Thanks so much! and also subscribed.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, I'm so glad!! Welcome to the channel, and thanks for watching! 😊
@yerrigouda8608
@yerrigouda8608 10 ай бұрын
This is so helpful. So far the best explanation of each step. I am thankful to you
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Oh, I'm so glad! Thanks for watching! 😊🙏
@Gogo__b
@Gogo__b 21 күн бұрын
you're the absolute best! you just made learning about this services fun easy and fun
@TinyTechnicalTutorials
@TinyTechnicalTutorials 19 күн бұрын
No, YOU'RE the best for leaving such a nice comment!!! Thank you! 🙏🌟🤓
@yassertamer7416
@yassertamer7416 7 ай бұрын
I must say that this is the best video you have made on this channel. please continue to make similar videos of building simple projects and solutions using AWS services or other online services and this method helps learners put their knowledge into practice. Excellent job!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Wow, thanks SO much!! Yes, this is one of my favorites too! And I definitely want to do more like this. Stay tuned! 😊🔥
@danielsavignon6652
@danielsavignon6652 5 ай бұрын
Amazing explanation! One of the best video teaching cloud that I have seen.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Wow, thanks so much!! Glad it was helpful! 🤓🌟🙏
@richardramirez5746
@richardramirez5746 9 ай бұрын
This is the most grateful LIKE I have ever given. (And I am already subscribed). Thank you for so simple explanations.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Thanks for the kind words, Richard!!! This made my day! 🥰🌟🙏
@bapparawal2457
@bapparawal2457 11 ай бұрын
Thanks a lot for making videos on AWS. It's really easy to understand and follow for beginners. 🙂
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 ай бұрын
Oh, I'm so glad!! Thanks for watching! 😊
@robbluemug2306
@robbluemug2306 Жыл бұрын
Fantastic video, very easy to follow steps ! Thanks. Subscribed and looking forward to the other videos.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Welcome to the channel, Rob BlueMug! Great to have you! 😊
@BlogTernet
@BlogTernet Жыл бұрын
Thank you for this video! This was one of the most enjoyable tutorials to follow along to. 😀
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Awww, thanks! So glad you enjoyed it! :)
@praveenvjoshi
@praveenvjoshi Жыл бұрын
This has been the most practical and hands on ways to get started with AWS! In fact you should ask AWS to make this as default training video as starter kit!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Awwww, shucks!! You're too kind, Praveen! 🙏 Really appreciate the nice comment and the support of the channel!! 😊
@user-qc4fv3je2d
@user-qc4fv3je2d 10 ай бұрын
It is so excitingly beginner friendly! I was very straightforward and clear
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Oh yay!!! I'm so glad it helped. Thanks for watching! 🌟😊🙏
@rohithande9750
@rohithande9750 4 ай бұрын
Hey Maam , I was trying to get started with AWS and I found this video very effective rather than going through the documentation to get some handson , thanks alot , god bless !
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Yay! I'm so glad it was helpful! Thanks for watching! 🙏🤓🌟
@mistymornings
@mistymornings 18 күн бұрын
Brilliant teaching, subscribed! Thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 күн бұрын
Welcome to the channel!! Thanks for watching, and for the nice comment! 🤓🙏🌟
@novintech
@novintech 7 ай бұрын
Best channel for AWS beginners! Subscribed!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Awwww, thanks!!! 🌟🙏🤓 Welcome to the channel!
@RookieAlert
@RookieAlert 7 ай бұрын
Great tutorial, nicely introduces the AWS services in a simple and straightforward way. I'm gonna have fun playing with these tools. :D
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Awesome--glad it helped! Have fun! 😊🤓
@paulluciano
@paulluciano 2 ай бұрын
Thank you very much for putting this together. I was able to follow along taking careful note on the back and forth between the different sections of AWS (API Gateway, Lambda, etc.). While my project inverted and burst into flames, this is more of a limitation on my part concerning writing code and setting up the Dynamo DB as I deviated from your tutorial. However, your step-by-step was invaluable for giving me the basic framework for everything. Once I rewrite the code, I should be able to see it work. Again, thank you for this great video.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Hi Paul! 👋 I actually laughed out loud when you said your project inverted and burst into flames! 🔥😂 I hope you're able to repair the damage. Thanks for taking the time to drop such a nice note, and good luck...you got this!! 🤓💪
@paulluciano
@paulluciano 2 ай бұрын
Thank you@@TinyTechnicalTutorials I'll keep on it and something useful will be the end result. On to S3 videos (like yours)...
@alonsobraithwaite2690
@alonsobraithwaite2690 20 күн бұрын
As someone who has been learning AWS for a few months now and have designed a few EC2 architecture, coming across your KZbin profile was definitely a blessing. As for all my missing and needed skills, your videos have been super helpful. Thank you for helping me to build my foundation with creating severless architecture.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 19 күн бұрын
Oh, I'm so glad!! I just love hearing stuff like this. Thanks for watching, and for such a nice comment! 🙏🤓🌟
@niallkader4871
@niallkader4871 7 ай бұрын
I never comment on videos, but this was the one that finally helped me break through with AWS! I've been reading all about it, but whenever I log into the console I have no idea what to do. This video solved that for me, thank you!!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
This is the nicest comment EVER!!! Thanks so much. I'm glad it helped! 💪😎🔥
@georges7298
@georges7298 Ай бұрын
Good presentation with clear end to end example
@TinyTechnicalTutorials
@TinyTechnicalTutorials 19 күн бұрын
I'm glad it helped! Thanks for watching, and for such a nice comment! 🙏🤓🌟
@ParthGhatge-jf2nv
@ParthGhatge-jf2nv Жыл бұрын
Your Teaching Method is so amazing Please continue to make more tutorials!!!!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad it's helpful! Thanks for watching!! 😊
@user-ic9io5ov8c
@user-ic9io5ov8c 2 ай бұрын
Thanks for building up my confidence ❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Awwww...you're very welcome! Thanks for taking the time to drop the nice comment! 🥰
@B3T0M4N
@B3T0M4N Жыл бұрын
I loved this tutorial, clear and simple.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad you liked it! Thanks for watching! 🙏
@leventtura1452
@leventtura1452 Жыл бұрын
Wow, it was really awesome! This is the easiest way to learn what is behind the AWS!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Yay!! I'm so glad it helped! Thanks for watching. 😊
@SofianMW
@SofianMW 7 ай бұрын
Simple, quick and powerful! Thanks ❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Yay! I'm so glad you liked it! Thanks for watching! 🌟🙏🤓
@stalinengoma7680
@stalinengoma7680 5 ай бұрын
Hey there, Thank you for the amazing content. Was able to follow from start to finish with just some little troubleshooting due to my customization. Cheers ❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Nice work...that's great to hear! Thanks for watching! 🙏🌟🤓
@keithconner9036
@keithconner9036 5 ай бұрын
Liked and Subscribed - Second fabulous lecture by you that I have seen. Your knowledge, your delivery are both great. Thank you very much!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Awwww, shucks!! You're very kind. Welcome to the channel!! 🤓🌟🥰
@dushannagahawatta8350
@dushannagahawatta8350 8 ай бұрын
Thank you for this valuable content. It helped me to connect the dots. Keep posting these fantastic videos. Wishing you all the best! :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
So nice of you! Really appreciate the support! 🙏🌟🤓
@yogeshdarne8846
@yogeshdarne8846 10 ай бұрын
I was unable to get hold of aws now i am sure i will be able to nail it Thanks a lot
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Awesome!! You got this!! 💪🔥😎
@nntun03
@nntun03 Жыл бұрын
thanks for your wonderfully designed vdos..they are like laser pointers for those in the dark, the light is small but precise and point exactly to where they need to go..I can feel your love in your beautifully crafted vdos..no GPT can do this..thank you.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
That's so nice of you--thanks! And good to know I won't be replaced by GPT (at least not yet!). 🥰
@neofox01
@neofox01 8 ай бұрын
This was so easy yet informative! thanks a lot!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
I'm so glad it was helpful! Thanks for watching! 🙏🌟😊
@Kenjiiiiii-TV
@Kenjiiiiii-TV Жыл бұрын
Loved how you went through this lab 🧪, definitely liked and subscribed . Will be looking forward to more of your videos so I can build some projects for my portfolio. Great job 👏🏽
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
And again! Welcome to the channel! 🌟
@vamsit8334
@vamsit8334 6 күн бұрын
Fantabulous presentation...ur really having exceptional teaching talent and indeed great teacher ❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 күн бұрын
So kind of you!! Thanks for supporting the channel, and for such a nice comment! 🙏🌟
@twowheelsgood28
@twowheelsgood28 Жыл бұрын
Thanks for the tutorial. Really helped to cement the mental model.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Awesome--thanks, Andrew! :)
@AbelK-tw4rg
@AbelK-tw4rg Ай бұрын
Amber's AWS solutions architect course on the teaching platform (zero to mastery) is so well put together. It helped me tremendously when preparing for the exam. I have recommended to my colleagues and my friends. 10/10
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
WOW, thanks so much!!! Really appreciate the up-vote! 🙏🌟🤓
@vianneyk5303
@vianneyk5303 Жыл бұрын
You're a life saver. Thanks for such beautiful content
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad it was helpful! Thanks for watching! 😊
@siyabongashabangu4973
@siyabongashabangu4973 Ай бұрын
Thank you so much this was very insightful I followed through it so well. Thank you once more!!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
I'm so glad it helped! Thanks for watching! 🤓🙏🌟
@kolhapuri_poragi
@kolhapuri_poragi 5 ай бұрын
The best video... Helps me boost my confidence
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Yay! I'm so glad it helped. Thanks for watching! 🤓🌟🙏
@nnaemekaatueyi9307
@nnaemekaatueyi9307 8 ай бұрын
Thank you so much ma'am, i just completed this project now. Your the best😀
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
Wonderful! Glad it was helpful! 💪🤓👏
@jrossi7377
@jrossi7377 2 ай бұрын
Great tutorial - only had to do a bit of research on the API Gateway as the UI has changed a bit. Keep up the great content.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Glad it helped! Yeah, the AWS UI changes constantly...it's impossible to keep up! Glad you were still able to figure it out. 💪 Thanks for watching! 🙏🤓🌟
@jrossi7377
@jrossi7377 Ай бұрын
@@TinyTechnicalTutorials I found the CORS part had me make an additional EndPoint/Path before I could enable the CORS button. I like your solutions/example is enough to get a feel without having to build the Front-End pieces/parts allowing me to focus on the high-level flow and connection
@jasper5016
@jasper5016 10 ай бұрын
You explain it so nicely that I immediately subscribed to it. I hope to learn a lot from you.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Awesome, thank you! Welcome to the channel! 😊🔥🌟
@jasper5016
@jasper5016 10 ай бұрын
@@TinyTechnicalTutorials - Can you please cover real-time projects using ECS, ECR etc.?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
I've added this to my list for future videos. Thanks, Jasper! 😎🌟🔥
@jasper5016
@jasper5016 10 ай бұрын
@@TinyTechnicalTutorials - You are so prompt and kind! I will recommend this channel to all my friends.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
No, YOU are kind! 😊😁
@aakeelr
@aakeelr 12 күн бұрын
Phenomenal. Great learner tutorial
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 күн бұрын
Oh, I'm so glad!! Thanks for supporting the channel, and for such a nice comment! 🙏🌟
@OmarAli-co1iq
@OmarAli-co1iq 9 ай бұрын
Thank you!! i wanted that walkthrough so much.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
Glad you enjoyed it! Thanks for watching! 😊🌟🙏
@EpoxyArt
@EpoxyArt 5 ай бұрын
Видео просто супер! Для начинающих - то что доктор прописал!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
I'm glad it helped! Thanks for watching! 🤓🌟🙏
@NoirRobert
@NoirRobert 10 ай бұрын
That was brilliant! Thank you. I took notes. There are a lot of pieces to creating a web application with a backend. I will be ablt to use this going forward. I "liked and subscribed."
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Awesome! Welcome to the channel, @NoirRobert! I'm so glad it helped. 🥰💪🌟
@mayanksingh9923
@mayanksingh9923 7 ай бұрын
You are really good with teaching and conveying things so simply. I am impressed, very good content.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Glad you think so! Thanks for the support!! 🙏😊🌟
@mayanksingh9923
@mayanksingh9923 7 ай бұрын
I was facing error this page doesn't exist when deploying on amplify any suggestions.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Hi Mayank! 👋 If you're still facing this error, check out the pinned comment on the video...there are some common troubleshooting tips in there. 😊
@ibmuser13
@ibmuser13 Ай бұрын
Amazing demo! Nicely and patiently explained each step. Keep up the great work!! Just something to consider, maybe a git repo for all the code/files? AWESOME demo indeed!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
Thanks for the kind words, Bhakta! 🙏🌟🤓 And yes, I've started doing GitHub repos more for the code in other videos...great suggestion!
@HashKode1999
@HashKode1999 Жыл бұрын
Great approach and quality content ! THANKS
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I appreciate the comment! Thanks so much for watching! 😊
@user-el8pn7wb9p
@user-el8pn7wb9p 8 ай бұрын
Thanks for the tutorial..Explained in a simplified way..
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
Glad it was helpful! Thanks for watching! 🌟🙏🤓
@ignatiusramatsui6204
@ignatiusramatsui6204 4 ай бұрын
Wow, I feel like a 6 year old who knows how to build a full stack application and I just learned that in just 26 minutes... Thank you for your super simple explanation
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Haha!! A very belated thank you!! Really appreciate it! 🥰🙏🌟
@mohammadibrahim5429
@mohammadibrahim5429 11 ай бұрын
Thank you very much. Great effort and nice explanation specially for cloud beginners. Keep going......
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 ай бұрын
You're very welcome! Thanks for the nice comment! 😊
@kiranvarghese672
@kiranvarghese672 7 ай бұрын
such an interesting way aws in a nutshell.. appreciate you and thanks for this video.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
For sure!! Thanks for watching! 🤓🌟🙏
@MahadiHasan-zb4mi
@MahadiHasan-zb4mi 4 ай бұрын
Really I love this type of explanation. Thank you
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Thank you so much!! Really appreciate it! 🥰🙏🌟
@TravelInTokyo
@TravelInTokyo 10 ай бұрын
thanks for this insight video for AWS ... I was looking for something like this since ages.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Oh, I'm so glad!! Thanks for watching! 😊🌟🙏
@lalitsoni004
@lalitsoni004 10 ай бұрын
Very helpful for the beginners in this ocean of theoretical world.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Yay! I'm so glad it was helpful. Thanks for watching! 😊
@samisosa9105
@samisosa9105 6 ай бұрын
Thanks again! Keep them coming please...
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Oh my goodness...my biggest donation EVER!!! This made my day, @samisosa9105!! Really appreciate the support!! 🔥🙏🤓🌟😎💪❤
@samisosa9105
@samisosa9105 6 ай бұрын
You are most welcome! And I was simply just stating facts in my comments, while trying to show gratitude. You have no idea how hard it is for me to stay awake watching other AWS videos much less learn anything. With you, it's hard not to do both! Thank you again. May the wind always be at your back..........
@lupleg
@lupleg 4 ай бұрын
Amazing work it was my first time doing this and i have learned alot, thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
A very belated thank you!! Really appreciate it! 🥰🙏🌟
@ashokkumarsivasankaran5428
@ashokkumarsivasankaran5428 5 ай бұрын
Awesome tutorial! Thanks much!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
You bet! Thanks for watching! 🤓🙏🌟
@xedose7183
@xedose7183 Ай бұрын
Great tutorial for a simple app deployment
@TinyTechnicalTutorials
@TinyTechnicalTutorials 19 күн бұрын
Glad you think so! Thanks for watching, and for such a nice comment! 🙏🤓🌟
@CalQdeX
@CalQdeX Ай бұрын
Very helpful, thank you for sharing!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
You bet! Thank YOU for watching! 🙏🤓🌟
@HecHuLu
@HecHuLu 7 ай бұрын
This video help me a lot , now I have an idea on how to implement my project. Thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Oh, I'm so glad it helped!! Thanks for watching! 🌟🙏🤓
@yaracorrea9065
@yaracorrea9065 8 ай бұрын
I'm learning AWS and I'm going through the same issues. It feels so nice to know it's a common problem and that other people go through the same thing bc it's normal.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
Yes, very normal! Glad the video helped! 😊💪🌟
@user-bf4qf3wu3u
@user-bf4qf3wu3u 11 ай бұрын
Thank you so much for such an easy to understand video. I am new to all this and your video made it really very easy.✌
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 ай бұрын
Oh wonderful! I'm so glad it helped. Thanks for watching! 😊
@Adrianarturomora
@Adrianarturomora Жыл бұрын
Thank you, this was very insightful!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
I'm so glad! Thanks for watching! 😊
@jirikral1794
@jirikral1794 4 ай бұрын
Great quick lab =) Thank you TTT!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
You bet! Thanks for watching! 🙏🌟🤓
@robertolinsoficial
@robertolinsoficial 5 ай бұрын
Fantastic Video, simple and objective
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Glad you liked it! Thanks for watching! 🙏🌟🤓
@MrVipulLal
@MrVipulLal 8 ай бұрын
Loved your tutorial. Liked and subscribed.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 8 ай бұрын
Welcome to the channel, Vipul! Glad you liked the video! 🌟🙏😊
@bhaskar4372
@bhaskar4372 9 ай бұрын
the best video i found!!!! thank you....need more of this, pls
@TinyTechnicalTutorials
@TinyTechnicalTutorials 9 ай бұрын
More to come! Thanks for watching! 🌟😊🙏
@dheeraj3945
@dheeraj3945 5 ай бұрын
Hitting that like button is an involuntary action even before you asked. Thanks for the amazing video. I am sorry I am late to find the video. I wish KZbin's algorithm were half as good in recommending this video to me while i was struggling to understand the concept until like 30 mins ago
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Haha! The algorithm works in mysterious ways. 😊 Glad you eventually found it! 🤓
@dheeraj3945
@dheeraj3945 5 ай бұрын
@@TinyTechnicalTutorials Me too. Thanks again, for the others I already watched and for those I am about to watch and Share
@karthickkesavan7165
@karthickkesavan7165 11 ай бұрын
i subscribed to this channel just by seeing this video alone. your voice is awesome and great
@TinyTechnicalTutorials
@TinyTechnicalTutorials 11 ай бұрын
Awwww...thanks so much! Welcome to the channel! 😊
@Talamel
@Talamel Жыл бұрын
Brilliantly explained cuz man AWS is overly complex for the newbie, well done, everything about this was awesome! Subscribed, thanks!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Yay! I'm so glad it was helpful! Thanks for watching! 😊
@aidoka2000
@aidoka2000 Жыл бұрын
great quick demo. thank you so much.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
You bet! Thanks for watching! 😊
@happybayen4564
@happybayen4564 Жыл бұрын
Seriously thankyou so much, I was really struggling. But now I can build my own thankyou
@TinyTechnicalTutorials
@TinyTechnicalTutorials Жыл бұрын
Oh, I'm so glad! Thanks for watching! 😊
@lalaniwerake881
@lalaniwerake881 10 ай бұрын
beautiful tutorial. Thank you so much!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 ай бұрын
Awwww, thanks so much! Glad it helped! 😊💪
@zeki7540
@zeki7540 4 ай бұрын
Amazing, really simplifed.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Thanks so much! 🙏🤓🌟 Glad you liked it!
AWS Project: Build a Resume/CV on AWS, Step-by-Step Tutorial to Help You Get Hired
29:30
The World's Fastest Cleaners
00:35
MrBeast
Рет қаралды 175 МЛН
He Threw A Banana Peel At A Child🍌🙈😿
00:27
Giggle Jiggle
Рет қаралды 17 МЛН
CAN YOU HELP ME? (ROAD TO 100 MLN!) #shorts
00:26
PANDA BOI
Рет қаралды 8 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 54 МЛН
Containers in AWS | For Absolute Beginners
7:37
Tiny Technical Tutorials
Рет қаралды 43 М.
Everything You NEED to Know About WEB APP Architecture
10:27
ForrestKnight
Рет қаралды 439 М.
How I Would Learn AWS Today (after 10 years of cloud experience)
40:28
Be A Better Dev
Рет қаралды 333 М.
The Most Important AWS Core Services That You NEED To Know About!
18:09
Be A Better Dev
Рет қаралды 405 М.
AWS Amplify in Plain English | Getting Started Tutorial for Beginners
16:54
Tiny Technical Tutorials
Рет қаралды 38 М.
Обманет ли МЕНЯ компьютерный мастер?
20:48
Харчевников
Рет қаралды 177 М.