Unveiling the Power of AWS OpenSearch for ReactJS Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • In this video, we'll show you how to use AWS OpenSearch to index your ReactJS projects.
    As a ReactJS developer, you know that search engines are a critical part of your users' experience. With AWS OpenSearch, you can index your projects and have them listed in search results on the first page of results. We'll show you how to set up and use AWS OpenSearch to give your users the best possible search experience.
    In this demo we will create AWS open search instance and connect it to ReactJs SPA and we will search for movies 🚀
    ✅ Draw.io
    github.com/git...
    ✅ Github Links
    github.com/git...
    ✅ ReactJS code
    github.com/git...
    🚀 Website : muraliprashant...
    🚀 Connect me on LinkedIn: / gomurali
    🚀 Follow me on GitHub: github.com/git...
    🚀 Mail Me: info@muraliprashanth.me
    #aws #awstutorialforbeginners #whatisaws #awstutorialforbeginners #amazonwebservices #amazonwebservicestutorial #awstrainingvideos #awscertification #awstrainingvideos #awsopensearch

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

  • @GaganSingh-li1tf
    @GaganSingh-li1tf ปีที่แล้ว +1

    Very well explained. Thanks a lot. I was looking for a step by step guide to connect to my application. 👍

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

    Good work man!! keep it up. thanks for the video.

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

      Appreciate it! Pls don't forget to subscribe!

  • @yangdongjun
    @yangdongjun ปีที่แล้ว

    why do you set the openseach with public and use the api gateway? Is there any reason? I think it should be the private on opensearch... Or because of the CORS problem?

    • @awsclouddemos
      @awsclouddemos  ปีที่แล้ว +1

      it's just for the demo.. You can set however you like. The point of this video is how easily you can seup opensearch

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

    Why use an api gateway and a lambda, open search can service requests directly, no?

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

      Querying opensearch from the client side is a bad idea because your instance credentials would be exposed in your react app. The client should make requests to a backend that can validate/sign requests (API Gateway). Then in order to actually get the data from the Opensearch database, a lambda is used

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

      Great point!

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

    I keep getting a "errorMessage": "Unable to import module 'lambda_function': No module named 'requests'" do you know why this is the case. I have followed the exact steps that you have? This is in the lambda function creation step. is there anything that you prepared before hand.

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

      nope, watch the video again and try the steps

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

    Can you include the lambda layer you use for this?

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

      may be in upcoming videos but meanwhile you can give a try and see how it goes

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

    I am also getting the error while doing this ,

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

      what's the error you are getting ?

  • @sabarisurendhar6294
    @sabarisurendhar6294 ปีที่แล้ว

    I'm facing an error while doing this project ,can you help me out bro?

    • @awsclouddemos
      @awsclouddemos  ปีที่แล้ว

      what's the error you are getting ?

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

    how have you hosted your images

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

      what do you mean ?

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

      ​@@awsclouddemos​ where did you upload the images to show in the application.

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

      can you please share where did you hostes your images

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

      @@awsclouddemos the thing is i need to create a similar app for searching hotels like this, I need to replace the images as well. or i can create one like you did.
      if you say where have you uploaded the images.

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

      @@swagmonkey351 these images are hosted else where and you can see those url's in the json data. If you want to create something similar you can use AWS S3 to store those images and use those url's as part of your json data.