AWS Portfolio Project: Build an End-to-End Web Application with 7 Services | Step-by-Step Tutorial

  Рет қаралды 61,145

Tiny Technical Tutorials

Tiny Technical Tutorials

Күн бұрын

When you’re new to AWS, it can be difficult to wrap your head around ALL the services available, and how they actually fit together to build a working application. Or maybe you're just looking for a more robust project you can put on your resume? Well, you've come to the right place! That’s what we’re tackling in this video! (I also have another AWS project video that you might enjoy here: • AWS Project: Architect... .)
In this hands-on tutorial, I’ll walk you through how to build a ride sharing app (for unicorns!), pulling from the AWS Wild Rydes sample project. We’ll use seven different services-CodeCommit, Amplify, Cognito, Lambda, IAM, API Gateway and DynamoDB-talking 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-functioning ride sharing application when we’re done.
🤓 To follow along, you’ll need:
• A text editor or place to make notes
• An AWS account and access to the Console (video here if you need help: • Create a Free AWS Acco... )
• Some basic knowledge of AWS is preferable, but you can still follow along if you’re an absolute newbie
• An ArcGIS account for mapping functionality (free and easy to create at arcgis.com)
🤓 Here’s all the code you’ll need to build the application:
• **IMPORTANT**: AWS has deleted/locked down their S3 bucket where the code lived. At 11:16, use this command instead (copies from my own S3 bucket): aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive
• Lambda function and test event code: docs.google.com/document/d/1M...
🤓 Here are some other videos for services referenced in the video:
• Amplify: • AWS Amplify in Plain E...
• Lambda: • Create Your First AWS ...
• DynamoDB: • Amazon/AWS DynamoDB Tu...
• IAM: • AWS Identity and Acces...
• API Gateway: • Create a REST API with...
🌟🌟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...
Code taken from the AWS Wild Rydes lab: aws.amazon.com/getting-starte...
Timestamps
00:00 - Give us more AWS project videos!
00:16 - Overviewing the completed Wild Rydes application (an AWS sample project)
01:16 - A list of all the services used in the application
01:27 - What will this cost me?
01:46 - What you need to follow along (tools and accounts)
02:06 - Using an ArcGIS account for the mapping functionality
02:28 - High-level requirements for the application
03:23 - How to set up an AWS CodeCommit repository and copy the project code from S3
03:51 - Make a note of the region you’re working in
04:39 - Creating a new repository in AWS CodeCommit
05:22 -Adding a policy to an IAM user to allow access to CodeCommit
06:39 - Creating Git credentials to allows HTTPS connections to CodeCommit
07:44 - Clone the CodeCommit repository using CloudShell
10:46 - Copy code from an S3 bucket to CloudShell
12:26 - Pushing code to CodeCommit with git add, git commit and git push
15:33 - Creating a new app for hosting in AWS Amplify
17:47 - Testing out the Amplify deployment by launching our website
18:04 - Updating code in CodeCommit to kick off continuous deployment in Amplify
19:51 - Setting up Amazon Cognito for user authentication
20:58 - Creating a new user pool in Amazon Cognito
23:35 - Updating the app configuration file to use the Amazon Cognito user pool
24:56 - Testing Cognito integration by doing user registration and login
26:50 - Implementing ride sharing functionality with Lambda and DynamoDB
28:03 - Creating a new DynamoDB table
29:19 - Creating an IAM role to be used for a Lambda execution role, allowing PutItem on DynamoDB table
32:17 - Creating a new Lambda function to choose a unicorn and write the ride sharing info to DynamoDB
35:44 - Deploying Lambda code and executing a test event
37:08 - Testing that items are saved to the DynamoDB table
38:03 - Setting up API Gateway to invoke the ride sharing functionality
38:51 - Creating a new REST API in API Gateway to invoke a Lambda function
40:06 - Creating an authorizer so API Gateway can work with Cognito
41:42 - Creating a resource and POST method in API Gateway for Lambda integration
43:39 - Deploying the API from API Gateway
44:08 - Updating the config file for the new Invoke URL from API Gateway
44:42 - Updating the ArcGIS version number in the ride.html file
45:36 - Testing our final application-WOOT!
47:17 - IMPORTANT!! Delete your resources (I’ll show you how)

Пікірлер: 372
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
⭐IMPORTANT UPDATE (February 12, 2024): It seems that AWS has deleted/locked down the S3 bucket that held the code files (you'll likely get a "bucket does not exist" or an "access denied" error). I've copied the files to my own S3 bucket instead. At 11:16, use this command to get the files: aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive
@priteshkhilari1918
@priteshkhilari1918 3 ай бұрын
Thanks and its Working Fine
@SubbuVaik
@SubbuVaik 3 ай бұрын
@@priteshkhilari1918 - Yes that worked. But getting fatal error when I try to run the 'git push' command. What do I do now
@SubbuVaik
@SubbuVaik 3 ай бұрын
So you copy the files from the bucket in TTT, copy to your own S3 bucket and then git push into your own S3 bucket before configuring AWS amplify.
@Kustar10
@Kustar10 3 ай бұрын
@@SubbuVaik thanks! What's the command to push into your own s3 bucket?
@SubbuVaik
@SubbuVaik 3 ай бұрын
@@Kustar10 - Sorry mine was also a question. I don’t know how to push it into my own S3 bucket either. If I find out will let you know
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
WOOT!! Another AWS project video! 🤓🤓 A lot of people have asked for more of these, so I hope you like it! 🙏
@adithyaae
@adithyaae 4 ай бұрын
Can u help.me with doubts
@ashokarunsanthi
@ashokarunsanthi 4 ай бұрын
Hi, I've been following up this video to complete the project, but I'm currently stuck in the lambda function status as the statuscode is coming as "500" instead of "201". How do I resolve this issue?
@user-qr4vm2uo5q
@user-qr4vm2uo5q 6 ай бұрын
One of the things I absolutely love about your videos is not only how practical they are, but it’s unlike other videos from other creators out there, no noise, no gimmicks, just straight to the point in a very friendly way! I literally stream the video entirely then go ahead to build on my way - that’s how easy it is to follow your videos! Thank you and keep creating!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Wow, this is the nicest comment EVER!!! Thanks so much for taking the time to write it. 🥰🔥🙏 I've been trying really hard to cut the "fluff" from the videos, so good to know it's working. Thanks for supporting the channel!! 😊
@user-qr4vm2uo5q
@user-qr4vm2uo5q 6 ай бұрын
@@TinyTechnicalTutorials you’re welcome!!
@mistymornings
@mistymornings Ай бұрын
You are the best aws teacher on KZbin. Period.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 29 күн бұрын
Awwww...you're VERY kind!! Thanks for watching, and for the nice comment! 🤓🙏🌟
@capitaltrends1391
@capitaltrends1391 3 ай бұрын
Brilliant vid! Definitely very refreshing, direct and straight to the point. You make everything clear and extremely simple to understand! Thanks for the amazing work that went into it! Keep it up!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Yay!! I'm so glad it helped. Thanks for watching and for such a nice comment! 🙏🌟🤓
@rodscletus
@rodscletus 4 ай бұрын
I really love watching your videos, they are so informative, step by step (no confussions) and you are so calm and composed and most important so very knowledgeable. Thank you for your time and efforts for everything you do. Thank you Amber.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Thanks for such a nice comment, Cletus! Really appreciate the support! 🙏🥰
@a62401
@a62401 5 ай бұрын
The extra mile you go with the visual explanations helps so much, thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Oh, what a nice thing to say!! I'm so glad they help. Thanks for watching! 🤓🌟🙏
@HarisKhan-bh6uj
@HarisKhan-bh6uj 7 ай бұрын
this end to end walkthrough deserve much more recognition !!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Awwww...thanks SO much! Really appreciate it! 🙏🌟🤓🥰
@mahendraprabhu6801
@mahendraprabhu6801 6 ай бұрын
Really an amazing work. You are helping many to connect the dots to build a complete product not just bits and pieces. Keep rocking.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thanks for such a nice comment, Mahendra!! 🙏🤓🌟 I'm so glad the videos are helping!
@gusinthecloud
@gusinthecloud 6 ай бұрын
I did it again. The best AWS teacher. Thank you, thank you, thank you very much indeed!!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Awwww...shucks!! Thanks for the kind comments! 🥰🤓 I'm so glad you enjoyed the video!
@tjpeterson44
@tjpeterson44 4 ай бұрын
Your videos have been enormously helpful. I genuinely hope that you start every day with a massive smile on your face because you're helping so many people succeed with AWS. You deserve the best and so much more.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Oh my goodness...I got a massive smile from this comment!! Thanks so much for taking the time to leave it (and apologies for the slow response!). Really appreciate the support!! 🙏🥰🌟
@sedk0022
@sedk0022 7 ай бұрын
Top tier tutorials ! Hoping for more content and hands-on tutorials like this one !
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thank you so much!!! 🙏🌟😎 Glad you're enjoying the videos!
@eiwlhunter
@eiwlhunter 3 ай бұрын
clear and precise. I enjoyed your end-to-end tutorials so much. please create more things like this. subbed and liked. thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Welcome to the channel, and thanks for the nice comment!! 🙏🌟🥰 More to come!
@TomButler
@TomButler 4 ай бұрын
Thank you so much! This is absolutely incredible! It was easy to understand, easy to follow, and now I'm able to get much farther with my app! Thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Yay!! I'm so glad it helped. Thanks for watching! 🙏🌟🤓
@Programmingfortherestofu-yt9wn
@Programmingfortherestofu-yt9wn 5 ай бұрын
great channel, only one I've found that gives real world examples
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thank you so much!! Really appreciate it! 🥰🙏🌟
@alfredleong7227
@alfredleong7227 7 ай бұрын
Thank you for the really awesome tutorial. It's detailed and explains very well all the parts required for this app.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
I'm so glad! Thanks for the kind words! 🌟🤓🙏
@vikasbhardwaj8989
@vikasbhardwaj8989 5 ай бұрын
You explain concepts very well. Thank you. Keep doing great work :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
A very belated thank you!! Really appreciate it! 🥰🙏🌟
@user-tc4oi5zw9c
@user-tc4oi5zw9c 7 ай бұрын
I followed the tutorial blind All the services I can bind Finally, on AWS I build WildRyd Thank you for teaching, So Kind!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Nice work! I'm so glad you got it working!! 💪😎🔥🎉
@SydneyEV
@SydneyEV 7 ай бұрын
perfect, i have an assignment for Uni on building a complete web app using AWS services. your previous videos have helped my achieve HD results to this point already.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Oh, that's so great to hear!! Good luck with this one! 💪🤓🔥
@nataliaonaire
@nataliaonaire 7 ай бұрын
Fantastic!! Your pacing was perfect and your explanations were so clear! New sub
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Awww...thanks for the kind words, N.C.!! 🥰 And welcome to the channel! 🎉🌟🤓
@caiyu538
@caiyu538 5 ай бұрын
More complex project. Thank you for teaching.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
A very belated thank you!! Really appreciate it! 🥰🙏🌟
@yassertamer7416
@yassertamer7416 6 ай бұрын
Wonderfull as usual! I was able to follow along with the provided steps reflecting your care for details. Excellent job Amber!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Fabulous!! Thanks for all the support, Yasser! 🙏🌟
@MrFaberX
@MrFaberX 2 ай бұрын
Great video!! Really useful to grasp the full context!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Glad it was helpful! Thanks for watching! 🤓🌟🙏
@jassssmin01
@jassssmin01 5 ай бұрын
Thank you for this lab! Awesome content and very informational.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thank you so much!! Really appreciate it! 🥰🙏🌟
@deejaydev
@deejaydev 7 ай бұрын
I saw the other video and now I am watching this one! thanks!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Awesome!!! 😎🌟🤓 Good luck!
@HelmarB.
@HelmarB. 3 ай бұрын
your tutorials are so helpful, also for other projects
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
I'm so glad!! Thanks for taking the time to drop such a nice comment. 🥰
@ock538
@ock538 4 ай бұрын
going thru some mental health stuff(anxiety etc) Your content is perfect now that I am home for a bit chillin. Thanks bigtime BLESSINGS
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Oh, thanks so much! Glad it helps, and hope you start feeling better! 😊🙏
@MrVisheshsingh
@MrVisheshsingh 16 күн бұрын
Fantastic Video! Thoroughly enjoyed watching and learned a lot. No BS. Thank you so much @Amber
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 күн бұрын
You bet! Thanks for watching, and for such a nice comment! 🤓🌟🙏
@amywalker9472
@amywalker9472 5 ай бұрын
Excellent! Good job. Easy to follow.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thanks for watching! 🙏🌟🤓
@neilburton4417
@neilburton4417 7 ай бұрын
Brilliant tutorial! Thank you.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Glad you enjoyed it! Thanks for watching! 🙏🤓🌟
@fartknockers
@fartknockers 4 ай бұрын
This was great thanks. I was stuck on step/stage 4 but all good now :)
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Nice work! Thanks for watching! 🤓🙏🌟
@RedBull.RedBull
@RedBull.RedBull 7 ай бұрын
Great.. I keep on loving your videos.. and of course you as well..😍
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
You're too kind!! Thanks for the support! 🥰🙏🌟
@muttineni03
@muttineni03 2 ай бұрын
Brilliant explanation!! Liked and subscribed.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Welcome to the channel!! Thanks for watching, and for the nice comment! 🙏🤓🌟
@halbersc
@halbersc 3 ай бұрын
Amazing tutorial. Thank you 🎉
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
You bet! Thanks for watching and for the nice comment! 🙏🌟🤓
@ThangvirusBlogspot
@ThangvirusBlogspot 7 ай бұрын
I have learned a lot from your video! Thanks❤
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
I'm so glad! Thanks for watching! 🙏🤓🌟
@Andromeda26_
@Andromeda26_ 7 ай бұрын
"Thank you, Amber! Keep up the great work!"
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thank you, thank you!! 🥰🌟
@luc917
@luc917 Ай бұрын
Really enjoyed the video, great exercise. And your cadence was excellent.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
You're very kind!! Thanks for watching, and for such a nice comment! 🙏🤓🌟
@minghon2460
@minghon2460 3 ай бұрын
Thanks for creating this tutorial!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
You're very welcome! Thank YOU for watching! 🙏🌟🤓
@AliHassan-tt1md
@AliHassan-tt1md 9 күн бұрын
Thanks. I subscribe your channel because of this video. Great help
@hazamonzo
@hazamonzo Ай бұрын
That was a brilliant tutorial. Very helpful. I was looking to create some prototype end to end solution using AWS SAM and coupled with Amplify and your tutorial I think I should be able to get something working
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
I hope you were able to get something working! 💪 Thanks for watching, and for such a nice comment! 🙏🤓🌟
@DesignsbyBlanc
@DesignsbyBlanc 7 ай бұрын
The AWS GOAT is back at it!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
LOL! I kind of like the ring of that! 😁🔥🤓🙏
@sumantuladhar6774
@sumantuladhar6774 7 ай бұрын
I love project videos ❤ Thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Yay! Glad you like it! 😊🌟🙏
@user-rs7un1hp6v
@user-rs7un1hp6v 3 ай бұрын
Thank you so much! that was so helpful. 🙏
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Yay!! I'm so glad it helped. Thanks for watching! 🙏🌟🤓
@kingsleyonyedikachi1187
@kingsleyonyedikachi1187 7 ай бұрын
Cool. Paused what I was doing to get this project done
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
WOW--that's dedication! Good luck! 🤓💪🔥
@gigakvachakhia4777
@gigakvachakhia4777 7 ай бұрын
awesome, projects are the best way to learn
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
I agree! Thanks for watching! 🙏🤓🌟
@wellingtonjunior7791
@wellingtonjunior7791 4 ай бұрын
god. i love you. im very happy cause im found this channel
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Haha!! I love YOU for watching!!🤓🥰🌟 Welcome to the channel!
@JerryRatner
@JerryRatner 2 ай бұрын
Great video!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Glad it was helpful! Thanks for watching! 🙏🤓🌟
@PowerAppsTutorial
@PowerAppsTutorial 7 ай бұрын
Wow! Very nice!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thanks, @PowerAppsTutorial! Cheers! 🙏🌟🤓
@karthikks9976
@karthikks9976 5 ай бұрын
I am at mid of 25 mins video to give like, i love you for giving this, let me complete the rest as well
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
A very belated thank you!! Really appreciate it! 🥰🙏🌟
@jotasenator
@jotasenator 6 ай бұрын
Please help me, I dont know how to stop consumming your videos. the matter I need/like, your voice...This is how 2023 is supposed to end, thank you
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
LOL!!! This actually made me laugh out loud!! What a compliment! 😂🌟😊
@drystack86
@drystack86 7 ай бұрын
Very well done.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thank you kindly! 🌟🤓🙏
@mohit0901
@mohit0901 22 күн бұрын
YOU ARE AWESOME !!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 10 күн бұрын
No, YOU are awesome!! Thanks for watching, and for the nice comment! 🙏🌟🤓
@uagile3399
@uagile3399 5 ай бұрын
Extremely useful
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Glad you think so! Thanks for watching! 🙏🤓🌟
@guitarMartial
@guitarMartial 7 ай бұрын
Ty so much!! Please keep making progressively harder videos incorporating more services!! Also to echo someone else's comment - your voice indeed is very zen! You should consider making meditation videos or contracting for Headspace :D
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Haha!! Maybe I've missed my calling in life. 😊😂 Thanks for the kind words, and for supporting the channel! 🌟🙏🔥
@TuyenNguyen-ql7ws
@TuyenNguyen-ql7ws 6 ай бұрын
Very detailed instructional video, thank you for your contribution to the community. I +1 respect you. Thank you very much and wish you good health to make better videos. Thanks again for everything.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Wow, what a SUPER nice comment!!! Thanks so much for supporting the channel!!! 🌟🙏🤓
@aakeelr
@aakeelr Ай бұрын
Superb content. Create a few more please with wider scope and invocation of more services. Thanks.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 29 күн бұрын
Thanks so much, Aakeel! 🥰 And yes, I definitely want to expand this series of projects. Thanks for the up-vote! 🤓👍
@srisir481
@srisir481 7 ай бұрын
Super 👌 can you cover other aws workshops too such as aws polly , eks etc
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
l'll add these to my list! Thanks for the suggestion! 💪🔥🙏
@agnihotribanerjee5609
@agnihotribanerjee5609 7 ай бұрын
This is amazing work and so wholesome. I am a student and have a presentation on the upcoming Monday. You literally gave me the whole package of concepts. I am so thankful for this video that you made.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Oh, this is SUCH a nice comment! 🥰 Thanks so much! 🙏🌟🤓 And good luck with your presentation!
@agnihotribanerjee5609
@agnihotribanerjee5609 7 ай бұрын
@@TinyTechnicalTutorials Thank you very much😇😇
@Austin-ui8in
@Austin-ui8in 6 ай бұрын
Great content great presentation. I really enjoy your videos please keep them coming! And I couldn't even hear any vocal fry at all in your voice, I love it ❤. Do you use a special filter to get rid of that? If so could you please post a link to the app? I hate vocal fry and would love to filter that out on EVERYTHING. Cheers!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Oh, you're very kind, Austin (and love the kitty on your profile pic! 🥰)!! For audio filters, I recently started using Adobe Enhance (an AI-powered tool: podcast.adobe.com/enhance). I would have used it on that video. It's a really simple tool, but I'm very impressed with the results! Does a great job with noise removal too, which is the primary reason I started using it (was using Camtasia's noise removal, which leaves something to be desired). Give it a try...there's a free trial for it, and then $99/year after that (if I recall). Hope that helps, and thanks for watching! 🤓🙏
@HarishKumar-lz2nw
@HarishKumar-lz2nw 5 ай бұрын
Thanks for sharing.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thank YOU for watching! 🙏🌟🤓
@moworld33
@moworld33 6 ай бұрын
Amazing ❤️
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thanks so much!! 🥰
@caiyu538
@caiyu538 7 ай бұрын
great lecture
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Many thanks! Glad you liked it! 🙏😎🌟
@SofianMW
@SofianMW 2 ай бұрын
thant's awsome! thanks !
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
You bet! Thanks for watching!! 🙏🌟🤓
@amogu_07
@amogu_07 Ай бұрын
thank you sm!!
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
You bet!! Thanks for watching! 🙏🌟🤓
@vtrandal
@vtrandal 7 ай бұрын
Thank you!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thank YOU for watching! 🌟🤓🙏
@monindersingh2565
@monindersingh2565 Ай бұрын
thank you 😊
@TinyTechnicalTutorials
@TinyTechnicalTutorials 29 күн бұрын
Thank YOU for watching!! 🙏🌟🤓
@boro2137_
@boro2137_ 7 ай бұрын
At first I was personally very excited about the AWS, but it is also important to keep in mind that AWS services at scale are expensive. For commercial use it probably would be more resonable to maintain own servers. But for hobbists and practicioners this is quite useful. I love Your voice btw.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Thanks so much, Mikołaj! 😊 Yeah, there are definitely cost considerations to AWS (or any cloud provider). Sometimes it makes sense and sometimes it doesn't.
@PeterSaumur
@PeterSaumur 7 ай бұрын
I find this my biggest issue when experienced cloud people are expecting juniors/students to build projects "at scale" when being considered for jobs. These are not the people that money to throw at this kind of project(s)
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Hey, I know you! 🤓 And I totally agree!
@wilsonricharda
@wilsonricharda 5 ай бұрын
Thanks!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Oh wow!!! THANKS so much for the support, Richard! 🤓🙏🌟 Much appreciated!!
@hehehe4206
@hehehe4206 7 ай бұрын
such an underrated channel...
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Awww...thanks so much!!! 🥰🌟🙏
@jahnavialakunta
@jahnavialakunta 4 ай бұрын
Hey! I loved how you explained everything!! This is what I was looking for soooooo long! I cannot thank you enough! Lots of love to you!😭💘 I just have one question…I’m in my free tier now I still have some 10 months of it…I want to put this on my resume as a project I worked on….should I still delete like the last step you told to do? I’m not understanding that part! Please help!🥺❤️
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Hi Jahnavi! 👋 CONGRATS on finishing the project!! 💪 If you've still got 10 months left on the Free Tier, you should be okay to leave things running. But I'd still recommend setting up an AWS Budget so that you're notified if you go over a certain amount (on the off-chance it goes viral and you start getting a crazy amount of traffic, you could incur charges for API Gateway and Lambda 🤓). If you need help setting up the budget, check out "Tip 2" in this video: kzbin.info/www/bejne/rHXXiZ5shtGFptE.
@B3T0M4N
@B3T0M4N 2 ай бұрын
You rock!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
No, YOU rock!!! Thanks for watching! 🙏🤓🌟
@user-li7ii2mc1m
@user-li7ii2mc1m 6 ай бұрын
Great video, Amber. I love it! The WildRydes code from the S3 bucket doesn't work with Amplify v6, the current version. I have cloned the CodeCommit repo into a local repo and added the Amplify config there using the amplify-cli: $ npx amplify configure, and then $ npx amplify init. This creates an /amplify folder in the root of the project. Then commit and push back to the CodeCommit repo. Now everything is ready for Amplify v6. I first tried to do this in CloudShell>, but that didn't work.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Oh, interesting! I hadn't tried it with v6. Thanks for letting me know, and for posting the solution here for others. 🔥💪👍
@peteryoung3524
@peteryoung3524 2 ай бұрын
Thank you for the detailed table of contents in the description, many KZbinr don't do that! A question, I'm sorry I must have missed the information while watching your video, where was the step where you put your ArcGIS API key into the code / config again?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Thanks for the nice comment, Peter! 🙏🤓🌟 The descriptions *do* take a while, so I appreciate the appreciation. 🥰 For this app, you don't actually need a developer account with an API key...just the trial/public account is fine. And then you only need to be logged in to that account in the same browser you're using. With that, it should just magically work!
@peteryoung3524
@peteryoung3524 2 ай бұрын
Hey @@TinyTechnicalTutorials , your answer is so helpful, thanks a lot!
@akkis_m
@akkis_m 4 ай бұрын
I'm getting the following error on trying to copy the wildrydes bucket: fatal error: An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist. Tried my zone (us-east-1), and yours (us-west-2), and both give me the same error.
@itsjojo0
@itsjojo0 4 ай бұрын
me too. I did try creating in both zone but end up with the same error
@rishuyadav3551
@rishuyadav3551 4 ай бұрын
Same, even am getting this error, tried all zones nothing worked
@beccashamus7905
@beccashamus7905 4 ай бұрын
same issue, I tried giving S3 permissions but still nothing
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Hey @akkis_m! Sorry for the delay...it took me a while to dig into this. It seems that AWS has locked down or removed that folder where the code files were. 😢 I grabbed the files I had in CodeCommit, and have uploaded them to my own S3 bucket. Rather than using the command in the video, give this one a try: aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive That should copy the files from my S3 bucket to your CloudShell home directory, then you can push things to CodeCommit, and the rest of the video should be the same. Let me know if you have luck with that. I tested it, but testing your own stuff doesn't always guarantee it works for others. 🤓 If it works, then I'll pin this comment and update the description with the new link. Thanks for letting me know! 🙏
@mohmmedc7010
@mohmmedc7010 4 ай бұрын
Hi, I used "aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive" but there is an error it says: fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied @@TinyTechnicalTutorials
@RahulSingh-jj1lx
@RahulSingh-jj1lx 5 ай бұрын
Wow such a nice explanation with hands-on in limited time...Excellent Work...Need more videos like this.. Just one question can we get all these service (used here in this project ) in free tier AWS account?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thanks for the kind words, Rahul! 😊 Yes, everything here is eligible for the Free Tier. Have fun!
@FirstProject-200
@FirstProject-200 4 ай бұрын
Thanks you very much Tiny, this video is very detailed and informative. However, l am wondering if you could add aws sns, sqs and global payment services to this architecture.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Thanks so much, @FirstProject-200! 🙏🌟🤓 Yeah, it's definitely possible to add SNS, SQS and payment services to an app like this. It'll take me a while to do it, but I'll add this to my list of ideas for future videos. Thanks for the suggestion!
@hikaru3438
@hikaru3438 2 ай бұрын
Such remarkable instructions:) A bunch of thanks. If I want to edit a code locally, should I only upload the specific file again (?) and ... what do I meed to do?? Please kindly tell me.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Thanks for the kind words, Hikaru! 😊 Yes, you can edit files locally and then commit them using the AWS CLI or a Git client (VS Code, GitHub Desktop, etc.). See the last two sections on this page: docs.aws.amazon.com/codecommit/latest/userguide/how-to-edit-file.html
@hikaru3438
@hikaru3438 2 ай бұрын
@@TinyTechnicalTutorials Really helpful! Thank you very much:)
@TechTheft
@TechTheft 3 ай бұрын
Hey Thanks for awesome content Just one quick question- "Will ArcGIS api will work even after trial ends i.e after 21 days of registration?"
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Hi Ayush! 👋 I signed up for my account forever ago, so I'm not positive about the current trial. But you should be able to get the free public account. The developer account isn't required.
@Pnigga69
@Pnigga69 6 ай бұрын
podu thakida thakida💥
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thank you!! 😊
@user-it3uu3ff5r
@user-it3uu3ff5r 6 ай бұрын
Hi Tiny, I love your content and I am following the project though. I'm just having problems with register an account 25:45 as it is not allowing me, what do you think the problem might be?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Hi Farrell! 👍 Is it giving you any kind of an error or message?
@rodenmcmiles
@rodenmcmiles Ай бұрын
AWS have also changed the Amplify interface so you don't configure the role as part of the initial setup. However, within the app, under App settings -> General settings, you can configure the service role after creating the app. I wouldn't have noticed this without your video walkthrough. My service role was automatically set to AdministratorAccess, which had AdministratorAccess permissions, and resulted in failed deployments. This required changing the role to AmplifyConsoleServiceRole (with the AdministratorAccess-Amplify policy) to fix this issue.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 29 күн бұрын
Thanks for taking the time to post this, @rodenmcmiles! 🙏🤓💪 It's true...AWS is constantly changing their UI, which makes it hard to keep up. Really appreciate you taking the time to share the new details!
@Confooosion
@Confooosion 29 күн бұрын
@rodenmcmiles This absolutely worked, so thank you much! Sidenote in case anyone runs into this issue I experience that Roden didn't experience: When going to General settings to set the service role, Amplify service was as already prefilled so I clicked save. After it saved I realized in the summary page of General Settings, The service role was empty so I selected a different service role, saved and then clicked edit again and selected the Amplify service role and that made it save. The summary page reflected it to. Deployment was successful after
@scarlent
@scarlent 6 ай бұрын
Great Tutorial! But looks like Amplify is already at Gen2 with a different set up process. Just following the AWS documents you can set it up but its a little tricky. Maybe you could make a response video with the changes? Thanks again!
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thanks for the heads-up, Scarlen! 🙏🌟😊 AWS is constantly changing their UI...makes it hard to keep up! But I'll flag this for an update.
@user-vu6hu4my2u
@user-vu6hu4my2u 4 ай бұрын
How did you solved this problem? I am facing the same issue and I cannot find the solution
@MuhammadZubair-jv7cj
@MuhammadZubair-jv7cj 26 күн бұрын
Hi it was a great project but at end step, when I click on map and request unicorn, I got error “ An error occured when requesting your unicorn: undefined “ Please help me to rectify the issue
@chukumahnwaka
@chukumahnwaka 2 ай бұрын
Special Thanks to Tiny,I Finally got all the code right and completed the project.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
WOOHOOO!!! Strong work! 💪🥰🔥
@chukumahnwaka
@chukumahnwaka 2 ай бұрын
@@TinyTechnicalTutorials Please,Tiny Can you make a on AWS Migration. Thank You
@itozak
@itozak 4 ай бұрын
Hey, First of all, thanks for the very good tutorial. As some users reported the copying from the s3 does not work even with updated ttt-wildrydes location. The same error "...Access denied..." Any help is highly appreciated. Thanx
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Hi @itozak! 👋 I just updated my bucket policy, which I think solved the problem. Try that same command again? aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive
@tubosunakinbo1165
@tubosunakinbo1165 3 ай бұрын
Wonderful video, well detailed. I keep seeing us-west-2 every time i tried pushing with GIT PUSH to my codecommit, and my region is us-east-1. please what could be the cause??
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Thanks so much, Tubosun! 🙏🤓🌟 Were you able to sort this out? I wonder if you started in one region with your repo, and then it got changed with CloudShell?
@mixedbytay2x
@mixedbytay2x 3 ай бұрын
I am seeing the same. Any answer?
@angelajohnson4740
@angelajohnson4740 2 ай бұрын
I am also. It looks like we are being sent to her git-commit location and not our own. Not sure why@@mixedbytay2x
@ebtaylor9879
@ebtaylor9879 Ай бұрын
@@mixedbytay2xsame and idk what to do
@mixedbytay2x
@mixedbytay2x Ай бұрын
@@ebtaylor9879 I figured it out. Instead of using the region close to me. You have to copy the region she is using in the video. Then it worked.
@NajimaMusa
@NajimaMusa Ай бұрын
Hello, I am having an issue with the Arcgis account, I have set it up but it is not automatically connecting to the deployed website's map. When I request a Unicorn, it gives an error which says undefined. I have made the update you suggested to make and followed the rest of the steps. The Arcgis account is also in the same browser.
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
Hi Najima! 👋 Sorry for the slow response! Were you able to figure this out? I haven't come across this issue before.
@aparajitahazra6474
@aparajitahazra6474 4 күн бұрын
can u show the uploading files in amplify by different by yesterdays update as it is asking to upload conditonal-setting.yml type of files
@knightofround1987
@knightofround1987 7 ай бұрын
hi, great tutorial, I encountered an issue when trying to copy the S3 bucket fatal error: An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist. was the wildrydes code moved to a different bucket?
@knightofround1987
@knightofround1987 7 ай бұрын
owh i changed the region to mine (eu-north-1) and encountered the error, i decided to keep the default us-west-2, then it worked.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 7 ай бұрын
Oh, interesting! I guess it's possible that the code isn't available in every region. Good to know. Thanks for posting the update, and I'm glad you got it working! 😎💪🤓
@dougpartridge9011
@dougpartridge9011 4 ай бұрын
@@knightofround1987 Same I'm in us-west-1 but had to use us-west-2 for the copy command to work
@PoojanMehta
@PoojanMehta 4 ай бұрын
Heyy, I encountered an error while copying the data from the s3 bucket using the aws cloudshell. The error is that : The specified bucket does not exist. Can you please tell me what am I missing or what to do? It will be of great help. Thanks
@rishuyadav3551
@rishuyadav3551 4 ай бұрын
Yeah even i am getting this same error, thats why cant get past that part
@TinyTechnicalTutorials
@TinyTechnicalTutorials 4 ай бұрын
Hey @PoojanMehta! Sorry for the delay...it took me a while to dig into this. It seems that AWS has locked down or removed that folder where the code files were. 😢 I grabbed the files I had in CodeCommit, and have uploaded them to my own S3 bucket. Rather than using the command in the video, give this one a try: aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive That should copy the files from my S3 bucket to your CloudShell home directory, then you can push things to CodeCommit, and the rest of the video should be the same. Let me know if you have luck with that. I tested it, but testing your own stuff doesn't always guarantee it works for others. 🤓 If it works, then I'll pin this comment and update the description with the new link. Thanks for letting me know! 🙏
@Olaoye123
@Olaoye123 2 ай бұрын
Thank you for this tutorial, I got error when I entered git push....do you know what I could be doing wrong?
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
Hi 12G! 👋 So sorry for the slow response! Were you able to figure this out?
@Olaoye123
@Olaoye123 Ай бұрын
@@TinyTechnicalTutorials Not yet
@karthikks9976
@karthikks9976 5 ай бұрын
Question: There are 2 Codes in this Session mainly - LAmbda (Node.js) & Codecomit Repo Code. 1. As Lambda Code also has some data about Database Codes, What is the need/use of having 2 Codes ? 2. Can' we add everything in Codecomit Code itself ? Kindly respond
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Hi again Karthik! 😊 It's possible to store Lambda code in a repository like CodeCommit, but typically you'll need to set up a continuous deployment pipeline to actually use it (which was a bit too much for this video 😊). But here's a little more detail if it helps: stackoverflow.com/questions/71258844/how-to-use-code-in-a-codecommit-repository-for-a-lambda-function
@yashjagtap1195
@yashjagtap1195 6 ай бұрын
I just got an error of "One or more parameter values were invalid: Missing the key RideID in the item" while testing the lambda function. Could you please tell me what to do ...?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Hi Yash! 👋 Did you make sure to deploy the Lambda code before testing it?
@vemedia5850
@vemedia5850 5 ай бұрын
Would this project be recommended for data engineering students? or do you have a tutorial for a data engineering student to build an end to end pipeline project?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Thanks for watching, Ve! 🙏 I wouldn't say it's for data engineering specifically, but good for anyone wanting to understand core AWS services. I do also have a CodePipeline video here that walks you through how to build a game with code in GitHub, and continuous deployments to S3: kzbin.info/www/bejne/mJq8h4pnibKMd7c. Hope it helps! 😊
@breathclimbau
@breathclimbau 6 ай бұрын
Thanksf ro the tutorial - its great. At 13:57 I wasn't sure which email address I should be entering. I know the git user name from the IAM because that's what you did, but is it the email from my AWS account? I'm a bit confused. thanks
@TinyTechnicalTutorials
@TinyTechnicalTutorials 6 ай бұрын
Thanks for the kind words, @breathclimbau! 🙏 Sorry this part wasn't more clear. If you haven't already sorted it out, yes, that should be the email address associated with your AWS account. So I have an IAM user called TTTAdmin, and the email address I entered was that one (different from the git stuff earlier in the video). Hope that helps! Thanks for watching!
@breathclimbau
@breathclimbau 6 ай бұрын
@@TinyTechnicalTutorials Thanks for the reply. Another question is I am building your tutorial but also another as a copy which will become my own app. I found cognito was inconsistent in sending the email to confirm email address (using a code). So I set the user as confirmed from within cognito. But then I was unable to get past the "confirm email address" page - I was looking for a login page. Do you have any advice on building my own login page?
@adityamali9848
@adityamali9848 Ай бұрын
hello ma'am, Your project is awsome ☺☺.I had one question ,if I had already created account in the wildrydes website and booked a unicorn successfully. Now ,I refresh the page and I again want to use the same account for another booking ,but its showing username already exist. so how can I manage same account please give solution🙏
@TinyTechnicalTutorials
@TinyTechnicalTutorials Ай бұрын
Hi Aditya! 👋 Sorry for the slow response! Were you able to figure this out? I haven't come across that issue before... 🤔
@FIBONACCIVEGA
@FIBONACCIVEGA 3 ай бұрын
hello . Just having problems with the CloudShell. it show me "Unable to start the environment. To retry, refresh the browser or restart by selecting Actions, Restart AWS CloudShell." I tried to different way to fix it but nothing change .
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Hi imaveri! 👋 Maybe this will help? repost.aws/questions/QU0fc_9kRWSF662purgwEacg/unable-to-start-the-environment-to-retry-refresh-the-browser-or-restart-by-selecting-actions-restart-aws-cloudshell
@chukumahnwaka
@chukumahnwaka 2 ай бұрын
Thank you for this great video. I followed you step by step on this project,but each time i run the code from cloudshell i keep getting fatal error or nosuchbucket listed.please what should i do.
@TinyTechnicalTutorials
@TinyTechnicalTutorials 2 ай бұрын
Hi Chukumah! 👋 Check out the pinned comment for this video...there's a new URL to use to get the code files. 😊
@chukumahnwaka
@chukumahnwaka 2 ай бұрын
@@TinyTechnicalTutorialsThanks for your quick reply.I applied code at 11.16 on the video and i am still getting same error that the specified bucket does not exist. Please how i do i crab/get the code from s3 to enable me run the command
@siddhantkhanna9053
@siddhantkhanna9053 6 ай бұрын
In the lambda function, console.log are used. Can someone please tell where we can get those logs?
@TinyTechnicalTutorials
@TinyTechnicalTutorials 5 ай бұрын
Hi Siddhant! 👋 That logs to CloudWatch Logs, to a log group named /aws/lambda/. Here are more details that might help: docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html
@SubbuVaik
@SubbuVaik 3 ай бұрын
Looks like the wildrydes-res repository no longer exists in AWS US-west-2 or anywhere within US. I am always getting a fatal error Pls can you help
@TinyTechnicalTutorials
@TinyTechnicalTutorials 3 ай бұрын
Hi Subbu! 👋 Yes, you're right...it seems they've removed or locked down that S3 bucket. See the pinned comment for this video. There's an updated command you can use to grab it from my own S3 bucket instead.
AWS Project: How to Create a Static Website for Free Using Amazon S3, Step by Step
6:18
AWS Amplify in Plain English | Getting Started Tutorial for Beginners
16:54
Tiny Technical Tutorials
Рет қаралды 41 М.
When someone reclines their seat ✈️
00:21
Adam W
Рет қаралды 27 МЛН
Which one of them is cooler?😎 @potapova_blog
00:45
Filaretiki
Рет қаралды 4,1 МЛН
Omega Boy Past 3 #funny #viral #comedy
00:22
CRAZY GREAPA
Рет қаралды 37 МЛН
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
12:44
Tiny Technical Tutorials
Рет қаралды 125 М.
The Best AWS Cloud Projects To Get You Hired FAST (For Beginners)
15:33
Tech With Soleyman
Рет қаралды 32 М.
Getting started with AWS Cost Anomaly Detection Step-by-Step
3:51
Kevin's AWS Corner
Рет қаралды 47
What is RabbitMQ?
10:10
IBM Technology
Рет қаралды 306 М.
Getting Started With AWS Cloud | Step-by-Step Guide
23:54
Travis Media
Рет қаралды 59 М.
AWS Identity and Access Management (IAM) Basics | AWS Training For Beginners
19:13
Tiny Technical Tutorials
Рет қаралды 69 М.
Iphone or nokia
0:15
rishton vines😇
Рет қаралды 1,7 МЛН
How charged your battery?
0:14
V.A. show / Магика
Рет қаралды 5 МЛН
WWDC 2024 Recap: Is Apple Intelligence Legit?
18:23
Marques Brownlee
Рет қаралды 5 МЛН
Main filter..
0:15
CikoYt
Рет қаралды 4,5 МЛН
#miniphone
0:16
Miniphone
Рет қаралды 3 МЛН