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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ค. 2024
  • 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)
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 340

  • @TinyTechnicalTutorials
    @TinyTechnicalTutorials  3 หลายเดือนก่อน +19

    ⭐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 2 หลายเดือนก่อน

      Thanks and its Working Fine

    • @SubbuVaik
      @SubbuVaik 2 หลายเดือนก่อน +5

      @@priteshkhilari1918 - Yes that worked. But getting fatal error when I try to run the 'git push' command.
      What do I do now

    • @SubbuVaik
      @SubbuVaik 2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

      @@SubbuVaik thanks! What's the command to push into your own s3 bucket?

    • @SubbuVaik
      @SubbuVaik 2 หลายเดือนก่อน

      @@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

  • @mistymornings
    @mistymornings 9 วันที่ผ่านมา +2

    You are the best aws teacher on TH-cam. Period.

  • @TinyTechnicalTutorials
    @TinyTechnicalTutorials  6 หลายเดือนก่อน +41

    WOOT!! Another AWS project video! 🤓🤓 A lot of people have asked for more of these, so I hope you like it! 🙏

    • @adithyaae
      @adithyaae 3 หลายเดือนก่อน

      Can u help.me with doubts

    • @ashokarunsanthi
      @ashokarunsanthi 3 หลายเดือนก่อน

      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 5 หลายเดือนก่อน +36

    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  5 หลายเดือนก่อน +9

      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 5 หลายเดือนก่อน

      @@TinyTechnicalTutorials you’re welcome!!

  • @capitaltrends1391
    @capitaltrends1391 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      Yay!! I'm so glad it helped. Thanks for watching and for such a nice comment! 🙏🌟🤓

  • @sedk0022
    @sedk0022 5 หลายเดือนก่อน +1

    Top tier tutorials ! Hoping for more content and hands-on tutorials like this one !

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  5 หลายเดือนก่อน

      Thank you so much!!! 🙏🌟😎 Glad you're enjoying the videos!

  • @a62401
    @a62401 4 หลายเดือนก่อน +3

    The extra mile you go with the visual explanations helps so much, thank you!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      Oh, what a nice thing to say!! I'm so glad they help. Thanks for watching! 🤓🌟🙏

  • @rodscletus
    @rodscletus 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      Thanks for such a nice comment, Cletus! Really appreciate the support! 🙏🥰

  • @eiwlhunter
    @eiwlhunter 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      Welcome to the channel, and thanks for the nice comment!! 🙏🌟🥰 More to come!

  • @TomButler
    @TomButler 3 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      Yay!! I'm so glad it helped. Thanks for watching! 🙏🌟🤓

  • @alfredleong7227
    @alfredleong7227 6 หลายเดือนก่อน

    Thank you for the really awesome tutorial. It's detailed and explains very well all the parts required for this app.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน

      I'm so glad! Thanks for the kind words! 🌟🤓🙏

  • @mahendraprabhu6801
    @mahendraprabhu6801 5 หลายเดือนก่อน +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  5 หลายเดือนก่อน

      Thanks for such a nice comment, Mahendra!! 🙏🤓🌟 I'm so glad the videos are helping!

  • @vikasbhardwaj8989
    @vikasbhardwaj8989 4 หลายเดือนก่อน

    You explain concepts very well. Thank you. Keep doing great work :)

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน +1

      A very belated thank you!! Really appreciate it! 🥰🙏🌟

  • @nataliaonaire
    @nataliaonaire 6 หลายเดือนก่อน

    Fantastic!! Your pacing was perfect and your explanations were so clear! New sub

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน

      Awww...thanks for the kind words, N.C.!! 🥰 And welcome to the channel! 🎉🌟🤓

  • @tjpeterson44
    @tjpeterson44 3 หลายเดือนก่อน +1

    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  3 หลายเดือนก่อน +1

      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!! 🙏🥰🌟

  • @deejaydev
    @deejaydev 6 หลายเดือนก่อน

    I saw the other video and now I am watching this one! thanks!

  • @caiyu538
    @caiyu538 4 หลายเดือนก่อน

    More complex project. Thank you for teaching.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      A very belated thank you!! Really appreciate it! 🥰🙏🌟

  • @SydneyEV
    @SydneyEV 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน +1

      Oh, that's so great to hear!! Good luck with this one! 💪🤓🔥

  • @HarisKhan-bh6uj
    @HarisKhan-bh6uj 6 หลายเดือนก่อน +4

    this end to end walkthrough deserve much more recognition !!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน

      Awwww...thanks SO much! Really appreciate it! 🙏🌟🤓🥰

  • @yassertamer7416
    @yassertamer7416 5 หลายเดือนก่อน

    Wonderfull as usual! I was able to follow along with the provided steps reflecting your care for details. Excellent job Amber!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  5 หลายเดือนก่อน

      Fabulous!! Thanks for all the support, Yasser! 🙏🌟

  • @gusinthecloud
    @gusinthecloud 5 หลายเดือนก่อน +2

    I did it again. The best AWS teacher. Thank you, thank you, thank you very much indeed!!!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  5 หลายเดือนก่อน +1

      Awwww...shucks!! Thanks for the kind comments! 🥰🤓 I'm so glad you enjoyed the video!

  • @ock538
    @ock538 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      Oh, thanks so much! Glad it helps, and hope you start feeling better! 😊🙏

  • @jassssmin01
    @jassssmin01 4 หลายเดือนก่อน

    Thank you for this lab! Awesome content and very informational.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      Thank you so much!! Really appreciate it! 🥰🙏🌟

  • @hazamonzo
    @hazamonzo 14 วันที่ผ่านมา

    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  12 วันที่ผ่านมา

      I hope you were able to get something working! 💪 Thanks for watching, and for such a nice comment! 🙏🤓🌟

  • @fartknockers
    @fartknockers 3 หลายเดือนก่อน

    This was great thanks. I was stuck on step/stage 4 but all good now :)

  • @HelmarB.
    @HelmarB. 2 หลายเดือนก่อน

    your tutorials are so helpful, also for other projects

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 หลายเดือนก่อน

      I'm so glad!! Thanks for taking the time to drop such a nice comment. 🥰

  • @Programmingfortherestofu-yt9wn
    @Programmingfortherestofu-yt9wn 4 หลายเดือนก่อน +1

    great channel, only one I've found that gives real world examples

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      Thank you so much!! Really appreciate it! 🥰🙏🌟

  • @MrFaberX
    @MrFaberX หลายเดือนก่อน

    Great video!! Really useful to grasp the full context!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  หลายเดือนก่อน

      Glad it was helpful! Thanks for watching! 🤓🌟🙏

  • @amywalker9472
    @amywalker9472 4 หลายเดือนก่อน

    Excellent! Good job. Easy to follow.

  • @neilburton4417
    @neilburton4417 6 หลายเดือนก่อน

    Brilliant tutorial! Thank you.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน +1

      Glad you enjoyed it! Thanks for watching! 🙏🤓🌟

  • @user-tc4oi5zw9c
    @user-tc4oi5zw9c 6 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      Nice work! I'm so glad you got it working!! 💪😎🔥🎉

  • @muttineni03
    @muttineni03 หลายเดือนก่อน

    Brilliant explanation!! Liked and subscribed.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  หลายเดือนก่อน +1

      Welcome to the channel!! Thanks for watching, and for the nice comment! 🙏🤓🌟

  • @minghon2460
    @minghon2460 2 หลายเดือนก่อน

    Thanks for creating this tutorial!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 หลายเดือนก่อน

      You're very welcome! Thank YOU for watching! 🙏🌟🤓

  • @halbersc
    @halbersc 2 หลายเดือนก่อน

    Amazing tutorial. Thank you 🎉

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 หลายเดือนก่อน

      You bet! Thanks for watching and for the nice comment! 🙏🌟🤓

  • @ThangvirusBlogspot
    @ThangvirusBlogspot 6 หลายเดือนก่อน

    I have learned a lot from your video! Thanks❤

  • @RedBull.RedBull
    @RedBull.RedBull 6 หลายเดือนก่อน +1

    Great.. I keep on loving your videos.. and of course you as well..😍

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน +1

      You're too kind!! Thanks for the support! 🥰🙏🌟

  • @aakeelr
    @aakeelr 5 วันที่ผ่านมา

    Superb content. Create a few more please with wider scope and invocation of more services. Thanks.

  • @luc917
    @luc917 23 วันที่ผ่านมา

    Really enjoyed the video, great exercise. And your cadence was excellent.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  12 วันที่ผ่านมา

      You're very kind!! Thanks for watching, and for such a nice comment! 🙏🤓🌟

  • @Andromeda26_
    @Andromeda26_ 6 หลายเดือนก่อน

    "Thank you, Amber! Keep up the great work!"

  • @user-rs7un1hp6v
    @user-rs7un1hp6v 2 หลายเดือนก่อน

    Thank you so much! that was so helpful. 🙏

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 หลายเดือนก่อน

      Yay!! I'm so glad it helped. Thanks for watching! 🙏🌟🤓

  • @rodenmcmiles
    @rodenmcmiles 3 วันที่ผ่านมา

    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.

  • @kingsleyonyedikachi1187
    @kingsleyonyedikachi1187 6 หลายเดือนก่อน +1

    Cool. Paused what I was doing to get this project done

  • @wellingtonjunior7791
    @wellingtonjunior7791 3 หลายเดือนก่อน

    god. i love you. im very happy cause im found this channel

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน

      Haha!! I love YOU for watching!!🤓🥰🌟 Welcome to the channel!

  • @gigakvachakhia4777
    @gigakvachakhia4777 6 หลายเดือนก่อน

    awesome, projects are the best way to learn

  • @sumantuladhar6774
    @sumantuladhar6774 6 หลายเดือนก่อน +1

    I love project videos ❤ Thanks

  • @karthikks9976
    @karthikks9976 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      A very belated thank you!! Really appreciate it! 🥰🙏🌟

  • @agnihotribanerjee5609
    @agnihotribanerjee5609 6 หลายเดือนก่อน +2

    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  6 หลายเดือนก่อน +1

      Oh, this is SUCH a nice comment! 🥰 Thanks so much! 🙏🌟🤓 And good luck with your presentation!

    • @agnihotribanerjee5609
      @agnihotribanerjee5609 6 หลายเดือนก่อน +1

      @@TinyTechnicalTutorials Thank you very much😇😇

  • @DesignsbyBlanc
    @DesignsbyBlanc 6 หลายเดือนก่อน

    The AWS GOAT is back at it!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน +1

      LOL! I kind of like the ring of that! 😁🔥🤓🙏

  • @guitarMartial
    @guitarMartial 6 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      Haha!! Maybe I've missed my calling in life. 😊😂 Thanks for the kind words, and for supporting the channel! 🌟🙏🔥

  • @jotasenator
    @jotasenator 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน +1

      LOL!!! This actually made me laugh out loud!! What a compliment! 😂🌟😊

  • @Austin-ui8in
    @Austin-ui8in 5 หลายเดือนก่อน +1

    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  5 หลายเดือนก่อน +1

      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! 🤓🙏

  • @srisir481
    @srisir481 6 หลายเดือนก่อน +3

    Super 👌 can you cover other aws workshops too such as aws polly , eks etc

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน +1

      l'll add these to my list! Thanks for the suggestion! 💪🔥🙏

  • @JerryRatner
    @JerryRatner หลายเดือนก่อน

    Great video!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  หลายเดือนก่อน

      Glad it was helpful! Thanks for watching! 🙏🤓🌟

  • @drystack86
    @drystack86 6 หลายเดือนก่อน

    Very well done.

  • @boro2137_
    @boro2137_ 6 หลายเดือนก่อน +3

    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  6 หลายเดือนก่อน

      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 6 หลายเดือนก่อน +1

      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  6 หลายเดือนก่อน

      Hey, I know you! 🤓 And I totally agree!

  • @TuyenNguyen-ql7ws
    @TuyenNguyen-ql7ws 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน +1

      Wow, what a SUPER nice comment!!! Thanks so much for supporting the channel!!! 🌟🙏🤓

  • @PowerAppsTutorial
    @PowerAppsTutorial 6 หลายเดือนก่อน

    Wow! Very nice!!

  • @HarishKumar-lz2nw
    @HarishKumar-lz2nw 4 หลายเดือนก่อน

    Thanks for sharing.

  • @peteryoung3524
    @peteryoung3524 หลายเดือนก่อน

    Thank you for the detailed table of contents in the description, many TH-camr 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  หลายเดือนก่อน +1

      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 หลายเดือนก่อน

      Hey @@TinyTechnicalTutorials , your answer is so helpful, thanks a lot!

  • @jahnavialakunta
    @jahnavialakunta 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      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: th-cam.com/video/vDtXk6QlRpo/w-d-xo.html.

  • @vtrandal
    @vtrandal 6 หลายเดือนก่อน

    Thank you!

  • @uagile3399
    @uagile3399 4 หลายเดือนก่อน

    Extremely useful

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      Glad you think so! Thanks for watching! 🙏🤓🌟

  • @moworld33
    @moworld33 5 หลายเดือนก่อน

    Amazing ❤️

  • @user-li7ii2mc1m
    @user-li7ii2mc1m 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      Oh, interesting! I hadn't tried it with v6. Thanks for letting me know, and for posting the solution here for others. 🔥💪👍

  • @SofianMW
    @SofianMW หลายเดือนก่อน

    thant's awsome! thanks !

  • @RahulSingh-jj1lx
    @RahulSingh-jj1lx 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      Thanks for the kind words, Rahul! 😊 Yes, everything here is eligible for the Free Tier. Have fun!

  • @amogu_07
    @amogu_07 18 วันที่ผ่านมา

    thank you sm!!

  • @caiyu538
    @caiyu538 6 หลายเดือนก่อน

    great lecture

  • @hehehe4206
    @hehehe4206 5 หลายเดือนก่อน +1

    such an underrated channel...

  • @hikaru3438
    @hikaru3438 หลายเดือนก่อน

    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  หลายเดือนก่อน +1

      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 หลายเดือนก่อน

      @@TinyTechnicalTutorials Really helpful! Thank you very much:)

  • @FirstProject-200
    @FirstProject-200 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      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!

  • @scarlent
    @scarlent 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

      How did you solved this problem? I am facing the same issue and I cannot find the solution

  • @TechTheft
    @TechTheft 2 หลายเดือนก่อน +1

    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  2 หลายเดือนก่อน

      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.

  • @user-it3uu3ff5r
    @user-it3uu3ff5r 5 หลายเดือนก่อน +1

    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  5 หลายเดือนก่อน

      Hi Farrell! 👍 Is it giving you any kind of an error or message?

  • @wilsonricharda
    @wilsonricharda 4 หลายเดือนก่อน

    Thanks!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 หลายเดือนก่อน

      Oh wow!!! THANKS so much for the support, Richard! 🤓🙏🌟 Much appreciated!!

  • @knightofround1987
    @knightofround1987 6 หลายเดือนก่อน +2

    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 6 หลายเดือนก่อน +1

      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  6 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

      @@knightofround1987 Same I'm in us-west-1 but had to use us-west-2 for the copy command to work

  • @vemedia5850
    @vemedia5850 4 หลายเดือนก่อน +1

    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  4 หลายเดือนก่อน

      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: th-cam.com/video/biYVW1TMYAU/w-d-xo.html. Hope it helps! 😊

  • @itozak
    @itozak 3 หลายเดือนก่อน +1

    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  3 หลายเดือนก่อน +1

      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

  • @karthikks9976
    @karthikks9976 4 หลายเดือนก่อน +1

    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  4 หลายเดือนก่อน

      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

  • @B3T0M4N
    @B3T0M4N หลายเดือนก่อน

    You rock!

  • @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  12 วันที่ผ่านมา

      Hi 12G! 👋 So sorry for the slow response! Were you able to figure this out?

    • @Olaoye123
      @Olaoye123 12 วันที่ผ่านมา

      @@TinyTechnicalTutorials Not yet

  • @breathclimbau
    @breathclimbau 5 หลายเดือนก่อน

    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  5 หลายเดือนก่อน +1

      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 5 หลายเดือนก่อน

      @@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?

  • @chukumahnwaka
    @chukumahnwaka หลายเดือนก่อน

    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  หลายเดือนก่อน

      Hi Chukumah! 👋 Check out the pinned comment for this video...there's a new URL to use to get the code files. 😊

    • @chukumahnwaka
      @chukumahnwaka หลายเดือนก่อน

      @@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

  • @adityamali9848
    @adityamali9848 24 วันที่ผ่านมา +1

    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  12 วันที่ผ่านมา

      Hi Aditya! 👋 Sorry for the slow response! Were you able to figure this out? I haven't come across that issue before... 🤔

  • @tubosunakinbo1165
    @tubosunakinbo1165 2 หลายเดือนก่อน +1

    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  2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

      I am seeing the same. Any answer?

    • @angelajohnson4740
      @angelajohnson4740 หลายเดือนก่อน

      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 22 วันที่ผ่านมา

      @@mixedbytay2xsame and idk what to do

    • @mixedbytay2x
      @mixedbytay2x 22 วันที่ผ่านมา

      @@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.

  • @chukumahnwaka
    @chukumahnwaka หลายเดือนก่อน

    Special Thanks to Tiny,I Finally got all the code right and completed the project.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  หลายเดือนก่อน +1

      WOOHOOO!!! Strong work! 💪🥰🔥

    • @chukumahnwaka
      @chukumahnwaka หลายเดือนก่อน

      @@TinyTechnicalTutorials Please,Tiny Can you make a on AWS Migration.
      Thank You

  • @PoojanMehta
    @PoojanMehta 3 หลายเดือนก่อน +2

    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 3 หลายเดือนก่อน +1

      Yeah even i am getting this same error, thats why cant get past that part

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน +1

      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! 🙏

  • @zedshockblade7157
    @zedshockblade7157 6 หลายเดือนก่อน +1

    If you were to choose the top 5 amazon services a full-stack developer should know, what are they in terms of demand?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน

      Oh, good question! I would say IAM (Identity & Access Management), EC2 (compute), S3 (storage), VPC (network, Virtual Private Cloud) and some type of database (RDS for relational or DynamoDB for NoSQL). Hope that helps! 🤓

  • @michaelhenderson2419
    @michaelhenderson2419 3 หลายเดือนก่อน +2

    @TinyTechnicalTutorials at the 11:10 mark i get "fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied" can you explain what maybe wrong. Thanks

    • @Matt6176
      @Matt6176 3 หลายเดือนก่อน +1

      I'm getting the same error and it's driving me nuts

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน

      Hey Michael! 👋 It seems that AWS deleted/locked down that S3 bucket. I've uploaded the files into an S3 bucket in my account.
      Give this command a try instead?
      aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive
      Let me know if it works, and I'll pin a comment/update the description for others. Thanks for letting me know!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน

      Hey Matt! 👋 It seems that AWS deleted/locked down that S3 bucket. I've uploaded the files into an S3 bucket in my account.
      Give this command a try instead?
      aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive
      Let me know if it works, and I'll pin a comment/update the description for others. Thanks for letting me know!

  • @brianlevu3507
    @brianlevu3507 หลายเดือนก่อน +1

    im using html css js for my app. i have js/config.js file similar to yours but not getting the registration page. is it straighforward or there is sth i should alter

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  หลายเดือนก่อน

      Hey Brian! 👋 Hmmm...it's probably a configuration thing, with needing to enter the user pool ID or client ID or something like that. Check out around 23:35 in the video to see if you got that part?

    • @brianlevu3507
      @brianlevu3507 หลายเดือนก่อน

      @@TinyTechnicalTutorials thank you

  • @grikesh2032
    @grikesh2032 5 หลายเดือนก่อน

    podu thakida thakida💥

  • @user-vu6hu4my2u
    @user-vu6hu4my2u 3 หลายเดือนก่อน +1

    I am getting this while creating a new app in amplify:
    Amplify Gen 2 not detected
    This branch is missing Amplify Gen 2 configuration. Learn how to add Amplify Gen2 to a repo
    What should I do?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน

      Hi Kenil! 👋 Apologies...I'm super behind on comments! The Amplify team recently released upgrades to Amplify. I haven't had a chance to dig into the changes yet. If that "Learn how to add Amplify Gen2 to a repo" message takes you to a link, then that's probably your best bet. And/or if there's an option to move ahead with the legacy (Gen1) version, then that one should still work.

  • @zF15z
    @zF15z 2 หลายเดือนก่อน +2

    why do we need to use cognate here, would amplify auth be sufficient?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 หลายเดือนก่อน +2

      Yeah, you could Amplify Auth if you wanted to. Behind the scenes, Amplify Auth actually uses Cognito, so you're kind of using Cognito either way. 😊 But you'd save yourself a little bit of setup work if you decided to just use Auth.

    • @zF15z
      @zF15z 2 หลายเดือนก่อน +1

      thank you!@@TinyTechnicalTutorials

  • @yashjagtap1195
    @yashjagtap1195 5 หลายเดือนก่อน +1

    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  5 หลายเดือนก่อน

      Hi Yash! 👋 Did you make sure to deploy the Lambda code before testing it?

  • @FIBONACCIVEGA
    @FIBONACCIVEGA 2 หลายเดือนก่อน +1

    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  2 หลายเดือนก่อน

      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

  • @NajimaMusa
    @NajimaMusa 19 วันที่ผ่านมา +1

    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  12 วันที่ผ่านมา

      Hi Najima! 👋 Sorry for the slow response! Were you able to figure this out? I haven't come across this issue before.

  • @saisumanthsrivatsa6772
    @saisumanthsrivatsa6772 6 หลายเดือนก่อน +1

    hey amber can you please breakdown the command which we need to enter in the shell for the files which need to be copied from S3 as I am getting no bucket found error

    • @javierroset1606
      @javierroset1606 6 หลายเดือนก่อน

      you need to put: aws s3 cp s3://wildrydes-us-west-2/WebApplication/1_StaticWebHosting/website ./ --recursive! this worked for me. The thing here is that you are coping her code, so you should put her complete path, so her region too.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 หลายเดือนก่อน

      Hi Sai! 👋 Here you go: aws s3 cp s3://wildrydes-[your_region_name, like us-west-2]/WebApplication/1_StaticWebHosting/website ./ --recursive
      Someone else in the comments mentioned that it wasn't working for a particular region they entered. That might be the case with you too. You can try us-west-2 to see if that works?

  • @acroticgamer9715
    @acroticgamer9715 3 หลายเดือนก่อน +2

    Access is denied to S3 bucket , what to do?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  3 หลายเดือนก่อน +1

      Hi Tanish! 👋 It seems that AWS has deleted/locked down the S3 bucket that held the code files. I've copied the files to my own S3 bucket. Use this command instead:
      aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive

    • @1xRacer
      @1xRacer หลายเดือนก่อน

      You can't commit these changes, luckily someone made it available on github , easy search

  • @sparkspark1262
    @sparkspark1262 หลายเดือนก่อน +1

    hello mam ,
    i need help from you , i don't have other options
    i am doing the project on" music portal system " based on aws ,so please do help me mam,
    i am not getting any other paths .

  • @meenakshi4341
    @meenakshi4341 12 วันที่ผ่านมา

    Hey.....I did everything correct and even the output is being stored in the database. But am not getting the alerts. Could you please help