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

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 437

  • @TinyTechnicalTutorials
    @TinyTechnicalTutorials  7 месяцев назад +33

    ⭐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 7 месяцев назад

      Thanks and its Working Fine

    • @SubbuVaik
      @SubbuVaik 7 месяцев назад +8

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

    • @SubbuVaik
      @SubbuVaik 7 месяцев назад +1

      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 7 месяцев назад

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

    • @SubbuVaik
      @SubbuVaik 7 месяцев назад

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

  • @HarisKhan-bh6uj
    @HarisKhan-bh6uj 10 месяцев назад +9

    this end to end walkthrough deserve much more recognition !!

  • @mistymornings
    @mistymornings 4 месяца назад +7

    You are the best aws teacher on RUclips. Period.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 месяца назад

      Awwww...you're VERY kind!! Thanks for watching, and for the nice comment! 🤓🙏🌟

  • @mahendraprabhu6801
    @mahendraprabhu6801 10 месяцев назад +7

    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  10 месяцев назад

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

  • @TinyTechnicalTutorials
    @TinyTechnicalTutorials  11 месяцев назад +49

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

    • @adithyaae
      @adithyaae 8 месяцев назад

      Can u help.me with doubts

    • @ashokarunsanthi
      @ashokarunsanthi 8 месяцев назад

      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?

  • @tjpeterson44
    @tjpeterson44 8 месяцев назад +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  7 месяцев назад +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!! 🙏🥰🌟

  • @boro2137_
    @boro2137_ 11 месяцев назад +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  11 месяцев назад

      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 10 месяцев назад +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  10 месяцев назад

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

  • @rodenmcmiles
    @rodenmcmiles 4 месяца назад +1

    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  4 месяца назад

      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 4 месяца назад

      @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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Awesome tip--thanks so much for posting it! 🤓💪

    • @asreesabarang836
      @asreesabarang836 9 дней назад

      (i'm not good in English).
      Your guys comments help fix the issue !
      The issue is when amplify is deploying the app.. It will fail everytime due to error 403.
      When go to general setting in the app,mine can see only 2 available service roles which are 1.> AWSServiceRoleForSupport 2.>AWSServiceRoleForTrustedAdvisor
      So, what to do is just to create a new appropriate role.
      you can follow aws doc, search gg : aws amplify adding a service role
      What is the RCA ? : no appropriate amplify service role to assume.
      why's that ? : new amplify GUI, there's no service role config when create.
      how to fix ? : create a new role and assume it
      Thanks Guys !

  • @Hudson-e4f
    @Hudson-e4f 10 месяцев назад

    I followed the tutorial blind
    All the services I can bind
    Finally, on AWS I build
    WildRyd
    Thank you for teaching, So Kind!

  • @rodscletus
    @rodscletus 7 месяцев назад

    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  7 месяцев назад

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

  • @Programmingfortherestofu-yt9wn
    @Programmingfortherestofu-yt9wn 8 месяцев назад +1

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

  • @devcomplete
    @devcomplete Месяц назад +1

    Very informative. Thank you!

  • @sedk0022
    @sedk0022 10 месяцев назад +1

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  10 месяцев назад

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

  • @capitaltrends1391
    @capitaltrends1391 7 месяцев назад

    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  7 месяцев назад

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

  • @hehehe4206
    @hehehe4206 10 месяцев назад +2

    such an underrated channel...

  • @ock538
    @ock538 8 месяцев назад

    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  8 месяцев назад

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

  • @Seven77-JTTW
    @Seven77-JTTW 7 месяцев назад

    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  7 месяцев назад

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

  • @PoojanMehta
    @PoojanMehta 7 месяцев назад +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 7 месяцев назад +1

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад +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! 🙏

  • @TomButler
    @TomButler 7 месяцев назад

    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!

  • @deejaydev
    @deejaydev 10 месяцев назад

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

  • @Ayyyooo07
    @Ayyyooo07 7 месяцев назад +2

    I am having trouble following your steps. at 11:14 is where i am pasting the code and changing the time zone but the message that it gies me is "fatal error: An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist" can you please help me on this part?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад +1

      Hi Wanaemi! 👋 It seems that AWS removed or locked down that bucket. I've uploaded the files to my own S3 bucket.
      Give this command a try instead?
      aws s3 cp s3://ttt-wildrydes/wildrydes-site ./ --recursive

    • @Ayyyooo07
      @Ayyyooo07 7 месяцев назад

      @@TinyTechnicalTutorials It worked 🙌🏽 thank you so much for your help!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

      Woohoo!! 🤓

  • @Olaoye123
    @Olaoye123 5 месяцев назад +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  4 месяца назад

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

    • @Olaoye123
      @Olaoye123 4 месяца назад

      @@TinyTechnicalTutorials Not yet

  • @alfredleong7227
    @alfredleong7227 10 месяцев назад

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

  • @HelmarB.
    @HelmarB. 7 месяцев назад

    your tutorials are so helpful, also for other projects

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

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

  •  Месяц назад +1

    While creating codeCommit service, I am getting this error "CreateRepository request is not allowed because there is no existing repository in this AWS account or AWS Organization"

    • @MichNagh
      @MichNagh 29 дней назад

      Having the same issue.

  • @caiyu538
    @caiyu538 9 месяцев назад

    More complex project. Thank you for teaching.

  • @agnihotribanerjee5609
    @agnihotribanerjee5609 11 месяцев назад +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  10 месяцев назад +1

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

    • @agnihotribanerjee5609
      @agnihotribanerjee5609 10 месяцев назад +1

      @@TinyTechnicalTutorials Thank you very much😇😇

  • @michaelhenderson2419
    @michaelhenderson2419 7 месяцев назад +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 7 месяцев назад +1

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

      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  7 месяцев назад

      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!

  • @Andromeda26_
    @Andromeda26_ 11 месяцев назад

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

  • @RedBull.RedBull
    @RedBull.RedBull 11 месяцев назад +1

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

  • @iamshanahan
    @iamshanahan 2 месяца назад +2

    When I deploy in Amplify I get the following. I am logged in as an admin IAM account with AWSCodeCommitPowerUser permission: The requested URL returned error: 403 ... !!! CustomerError: Unable to clone repository due to user error code: 128. I've tried several times, not seeing my mistake.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Maybe this will help? stackoverflow.com/questions/72232425/aws-codecommit-fatal-unable-to-access-the-requested-url-returned-error-403

    • @iamshanahan
      @iamshanahan 2 месяца назад

      @@TinyTechnicalTutorials I appreciate the response and the tutorial. Please stand by.

  • @luc917
    @luc917 5 месяцев назад

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 месяца назад

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

  • @meenakshi4341
    @meenakshi4341 4 месяца назад +1

    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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  4 месяца назад +1

      Hi Meenakshi! 👋 Sorry for the slow response! Were you able to figure this out? Maybe using your browser's dev tools to see if there are any errors there?

  • @ethansunil4909
    @ethansunil4909 Месяц назад

    "After careful consideration, we have made the decision to close new customer access to AWS CodeCommit, effective July 25, 2024. AWS CodeCommit existing customers can continue to use the service as normal. AWS continues to invest in security, availability, and performance improvements for AWS CodeCommit, but we do not plan to introduce new features." Can you make a workaround for code commit. really want to do this project but cant figure out workaround for code commit.

  • @liliabekuzinaensosense8987
    @liliabekuzinaensosense8987 Месяц назад

    Thank you! I love your voice ❤

  • @217snigdhasingh4
    @217snigdhasingh4 3 месяца назад +1

    while using the your code to copy s3, bucket , cloudshell says access denied.😢...why so ?what to do..,Amber please assist...I am stuck here...

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Hi @217snigdhasingh4! 👋 Sorry for the slow response! If you're still having issues, check out the pinned comment on the video. AWS deleted their bucket that stored the files, so you'll have to use the bucket that I set up instead. 😊

  • @karthikks9976
    @karthikks9976 9 месяцев назад

    I am at mid of 25 mins video to give like, i love you for giving this,
    let me complete the rest as well

  • @jassssmin01
    @jassssmin01 9 месяцев назад

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

  • @Austin-ui8in
    @Austin-ui8in 9 месяцев назад +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  9 месяцев назад +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! 🤓🙏

  • @guitarMartial
    @guitarMartial 10 месяцев назад

    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  10 месяцев назад

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

  • @manufreichik
    @manufreichik 27 дней назад

    Since codecommit now is deprecating, could you give tutorial in future maybe how to do the same but having repository on github.

  • @KhushiJain-yx5bz
    @KhushiJain-yx5bz 19 дней назад

    AWS CodeCommit is discontinued for new users... so how do I create this project?

  • @amywalker9472
    @amywalker9472 8 месяцев назад

    Excellent! Good job. Easy to follow.

  • @N.J.P.Ferwerda
    @N.J.P.Ferwerda 10 месяцев назад +1

    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  10 месяцев назад

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

    • @DFine321
      @DFine321 3 месяца назад

      I had the same experience. I still couldn't get it to work, but then I deleted the apps in amplify (but not the CodeCommit) and the built the app again from amplify as if it was a new app. that finally fixed the issue

  • @muttineni03
    @muttineni03 5 месяцев назад

    Brilliant explanation!! Liked and subscribed.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  5 месяцев назад +1

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

  • @DesignsbyBlanc
    @DesignsbyBlanc 11 месяцев назад

    The AWS GOAT is back at it!

  • @FIBONACCIVEGA
    @FIBONACCIVEGA 6 месяцев назад +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  6 месяцев назад

      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

  • @MuhammadZubair-jv7cj
    @MuhammadZubair-jv7cj 4 месяца назад +1

    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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Hi @MuhammadZubair-jv7cj! 👋 Sorry for such a slow response! Were you able to figure this out? Maybe your browser's developer tools would show more details about the error?

  • @ThangvirusBlogspot
    @ThangvirusBlogspot 11 месяцев назад

    I have learned a lot from your video! Thanks❤

  • @wellingtonjunior7791
    @wellingtonjunior7791 7 месяцев назад

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

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

  • @SubbuVaik
    @SubbuVaik 7 месяцев назад +1

    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  7 месяцев назад

      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.

  • @yashjagtap1195
    @yashjagtap1195 9 месяцев назад +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  9 месяцев назад

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

  • @karthikks9976
    @karthikks9976 9 месяцев назад +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  8 месяцев назад

      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

  • @zF15z
    @zF15z 7 месяцев назад +2

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад +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 6 месяцев назад +1

      thank you!@@TinyTechnicalTutorials

  • @Mr.Gabila
    @Mr.Gabila Месяц назад

    What is the ArcGIS account for. I was able to demo the app without creating an account there

  • @jahnavialakunta
    @jahnavialakunta 7 месяцев назад

    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  7 месяцев назад

      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: ruclips.net/video/vDtXk6QlRpo/видео.html.

  • @minghon2460
    @minghon2460 6 месяцев назад

    Thanks for creating this tutorial!

  • @sumantuladhar6774
    @sumantuladhar6774 11 месяцев назад +1

    I love project videos ❤ Thanks

  • @vemedia5850
    @vemedia5850 9 месяцев назад +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  8 месяцев назад

      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: ruclips.net/video/biYVW1TMYAU/видео.html. Hope it helps! 😊

  • @chukumahnwaka
    @chukumahnwaka 5 месяцев назад

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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  5 месяцев назад +1

      WOOHOOO!!! Strong work! 💪🥰🔥

    • @chukumahnwaka
      @chukumahnwaka 5 месяцев назад

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

  • @halbersc
    @halbersc 7 месяцев назад

    Amazing tutorial. Thank you 🎉

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

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

  • @JPatSoCal
    @JPatSoCal 9 месяцев назад +1

    This looks great but now they have deployed Amplify Gen 2, and I get stuck at 16:40. You pick the repository and are greeted with the message "Amplify Gen 2 not detected. This branch is missing Amplify Gen 2 configuration. Learn how to add Amplify Gen2 to a repo". Note that no part of that message contains a link.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  9 месяцев назад

      Thanks for the heads-up on this, @JPatSoCal! 🙏🤓 Hadn't seen this issue before. I'm not finding anything online about those errors (or about what it means to have a compatible repo), but for an immediate workaround, it looks like you can still create an "old" Amplify project? docs.amplify.aws/gen2/start/quickstart/#create-remote-git-repository Rather than choosing a Gen2 project, you could just "Build an app"?

    • @JPatSoCal
      @JPatSoCal 9 месяцев назад

      @@TinyTechnicalTutorials Oh yea! I think I got thrown off because they changed the landing page. Now I can finish following the video. Thanks so much and keep up the great tutorials, you are really the best!

  • @SomeThinkingOFF
    @SomeThinkingOFF 9 месяцев назад +1

    In the lambda function, console.log are used. Can someone please tell where we can get those logs?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  9 месяцев назад

      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

  • @zedshockblade7157
    @zedshockblade7157 10 месяцев назад +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  10 месяцев назад

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

  • @peteryoung3524
    @peteryoung3524 5 месяцев назад

    Thank you for the detailed table of contents in the description, many RUclipsr 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  5 месяцев назад +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 5 месяцев назад

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

  • @itozak
    @itozak 7 месяцев назад +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  7 месяцев назад +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

  • @aparajitahazra6474
    @aparajitahazra6474 3 месяца назад +1

    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

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Hi Aparajita! 👋 So sorry for the slow response. Were you able to sort this out? The Amplify UI has definitely changed since I made this video, and it's on my list to refresh this. But I just went to create a new app using the new UI, and if you "deploy without Git," you can still just drag-and-drop a zip file to deploy the front end (and I didn't get prompted for a conditional-setting.yml file). Hope you were able to get it working! 🤓

  • @TechTheft
    @TechTheft 7 месяцев назад +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  7 месяцев назад

      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.

  • @Knowledge-y3n
    @Knowledge-y3n 8 месяцев назад +1

    please I am getting this error on the cloud shell when attempting to copy from the s3 bucket=>fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied...................any suggestions?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  8 месяцев назад

      There have been a couple people comment that when using their own region, it fails to retrieve the files (I guess AWS didn't put those files in all regions). Try using the region I was using to see if that works?

    • @Knowledge-y3n
      @Knowledge-y3n 8 месяцев назад

      @@TinyTechnicalTutorials yeah, i've tried that but i'm still getting the same response

  • @karthikks9976
    @karthikks9976 9 месяцев назад +1

    Madam, who will provide the Lambda FUnction Codes in Node.Js ? Developer or Cloud (us) ? please

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  8 месяцев назад

      Hi Karthik! 👋 The code for Lambda function is typically created/maintained by developers on the project. Hope that helps! 😊

  • @saisumanthsrivatsa6772
    @saisumanthsrivatsa6772 10 месяцев назад +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 10 месяцев назад

      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  10 месяцев назад

      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?

  • @archieb1196
    @archieb1196 8 месяцев назад +1

    why didn't we directly connect code to Amplify instead of going thro Git?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

      Hi Archana! 👋 Apologies...I'm super behind on comments! You're right...you can upload code directly to Amplify as well, and use it for hosting. Just wanted to show how to use CodeCommit/source control with an app since that's a common scenario in the real world. 😊

  • @AliHassan-tt1md
    @AliHassan-tt1md 3 месяца назад

    Thanks. I subscribe your channel because of this video.
    Great help

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад +1

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

  • @gigakvachakhia4777
    @gigakvachakhia4777 10 месяцев назад

    awesome, projects are the best way to learn

  • @FirstProject-200
    @FirstProject-200 7 месяцев назад

    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  7 месяцев назад

      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!

  • @PowerAppsTutorial
    @PowerAppsTutorial 11 месяцев назад

    Wow! Very nice!!

  • @x1dragon102
    @x1dragon102 Месяц назад

    AWS commit is no longer available to new customers so I couldn’t do this

  • @RahulSingh-jj1lx
    @RahulSingh-jj1lx 9 месяцев назад

    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  9 месяцев назад

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

  • @brianlevu3507
    @brianlevu3507 6 месяцев назад +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  6 месяцев назад

      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 6 месяцев назад

      @@TinyTechnicalTutorials thank you

  • @shrikhan2215
    @shrikhan2215 6 месяцев назад +1

    How can I change that domain name, that has amplify in it as url?

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  6 месяцев назад

      Hi Shri! 👋 Maybe this will help? docs.aws.amazon.com/amplify/latest/userguide/custom-domains.html

  • @hikaru3438
    @hikaru3438 6 месяцев назад

    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  6 месяцев назад +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 6 месяцев назад

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

  • @saisumanthsrivatsa6772
    @saisumanthsrivatsa6772 10 месяцев назад +1

    Yeah checked with that as well when then the issue was the same

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  10 месяцев назад

      Can you share the exact command and the error message you're getting?

    • @saisumanthsrivatsa6772
      @saisumanthsrivatsa6772 10 месяцев назад

      @@TinyTechnicalTutorials Hey Amber thanks for reverting
      aws s3 cp s3://newsite1-us-east-1/WebApplication/1_StaticWebHosting/website ./ --recursive this is the command that I am using where newsite1 is my repo and us-east-1 is the region
      Error: fatal error: An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist
      I tried even with that one solution discussed in comments

  • @chukumahnwaka
    @chukumahnwaka 6 месяцев назад

    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  6 месяцев назад

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

    • @chukumahnwaka
      @chukumahnwaka 6 месяцев назад

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

  • @roberto_camp
    @roberto_camp 10 месяцев назад

    Very well done.

  • @JerryRatner
    @JerryRatner 5 месяцев назад

    Great video!

  • @SM-vh2gj
    @SM-vh2gj 7 месяцев назад

    When attempting to copy files from the S3 bucket into the CodeCommit Repository ran into "AccessDnied" issue. I'm in the us-west-region. Any advice/suggestions?

    • @SM-vh2gj
      @SM-vh2gj 7 месяцев назад

      Just figured it out. Make sure that your html page is labeled "index.html", otherwise you can run into a 404 error. Simple thing but kept me busy for a few hours.

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

      Yes! 🤓 Thanks for posting the solution...hopefully it helps someone else too!

  • @moworld33
    @moworld33 9 месяцев назад

    Amazing ❤️

  • @PeterNirschl
    @PeterNirschl 10 месяцев назад

    Thank you!

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  10 месяцев назад

      Oh wow!!! Thank YOU!!!!!!! 🙏🌟🔥😎🤓🎉🥰 Really appreciate the support!

  • @caiyu538
    @caiyu538 10 месяцев назад

    great lecture

  • @yu-tehuang7437
    @yu-tehuang7437 2 месяца назад +1

    Sorry I don't get what you do start from @14:06 that's pretty wierd

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад

      Hi Yu-Te! 👋 I think you're talking about the "git" commands? Maybe this will help:
      -git add . stages all the changes in the current directory and its subdirectories (nothing is actually pushed to the remote repo yet).
      -git commit -m "initial commit" creates a new commit with a message of "initial commit" (still nothing is actually pushed to the remote repo yet).
      -git push is what actually uploads the committed changes (from previous steps) to the remote repository.

  • @suyashbagad2045
    @suyashbagad2045 5 месяцев назад +1

    getting error in lambda

  • @monindersingh2565
    @monindersingh2565 4 месяца назад

    thank you 😊

  • @STORIESONTAMIL
    @STORIESONTAMIL 10 месяцев назад

    podu thakida thakida💥

  • @brijeshgupta8165
    @brijeshgupta8165 4 месяца назад

    🤩

  • @NicholasAguilar-s5o
    @NicholasAguilar-s5o 12 дней назад

    Young Matthew White Mary Garcia Joseph

  • @puneeth.wewhwf
    @puneeth.wewhwf 2 месяца назад

    @TinyTechnicalTutorials Thanks a lot and Thank you very much.

  • @MikeConleysVids
    @MikeConleysVids 8 месяцев назад

    Hello, I love your videos. I worked through some issues I had in the beginning of the video but cannot get past 36:55 when testing the function on lambda. I keep getting this error message and cannot figure out where I went wrong.
    Response
    {
    "statusCode": 500,
    "body": "{\"Error\":\"One or more parameter values were invalid: Missing the key Rideid in the item\",\"Reference\":\"a335a4d5-5244-4759-888a-053ea919c752\"}",
    "headers": {
    "Access-Control-Allow-Origin": "*"
    }
    }

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад

      Hi Mike! 👋 Sorry for the slow response! Were you able to get this working? Here's a similar bug from the original Wild Rydes app: github.com/aws-samples/aws-serverless-workshops/issues/268. Maybe you need to capitalize "id" in "RideId"?

  • @charlesmccarthy2012
    @charlesmccarthy2012 4 месяца назад +6

    Can't access your bucket too

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  2 месяца назад +1

      Hi Charles! 👋 So sorry for the slow response! Were you able to sort this out?

  • @EzekielOladejo-f1u
    @EzekielOladejo-f1u 10 месяцев назад +49

    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  10 месяцев назад +10

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

    • @EzekielOladejo-f1u
      @EzekielOladejo-f1u 10 месяцев назад

      @@TinyTechnicalTutorials you’re welcome!!

  • @akkis_m
    @akkis_m 7 месяцев назад +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 7 месяцев назад +2

      me too. I did try creating in both zone but end up with the same error

    • @rishuyadav3551
      @rishuyadav3551 7 месяцев назад +1

      Same, even am getting this error, tried all zones
      nothing worked

    • @beccashamus7905
      @beccashamus7905 7 месяцев назад +2

      same issue, I tried giving S3 permissions but still nothing

    • @TinyTechnicalTutorials
      @TinyTechnicalTutorials  7 месяцев назад +1

      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 7 месяцев назад +1

      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