AWS Projects (NEW): API Gateway, Lambda, Recognition, S3 (Vehicle Number Identification System)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • This video shows step by step guidance to create full AWS project using API Gateway, Lambda, Recognition, S3 with React as front-end.
    Source Code: github.com/Cod...
    #aws #awslambda #apigateway #rekognition #awstextract #reactjs

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

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

    Great scenario, thank you!! more scenarios with different services please. i have a question do we need to have connect and disconnect api separately in web socket api gateway?

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

      Hey Mate,
      Yes, need two routes for "connect" and "disconnect". Those are default routes

  • @santanudas9258
    @santanudas9258 16 วันที่ผ่านมา +1

    Images not uploading in to the s3 bucket, all credentials, bucket name, region checked properly. Pls suggest

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

    unable to upload please help

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

      Hi mate, what’s the error you get? Is it something related to CORS?

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

    fully completed

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

      Great 👍 👍👍

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

      @@lovetocode4486 hi
      i have problems with calling Rekoginition service
      am getting this error
      Error occurrred. An error occurred (InvalidS3ObjectException) when calling the DetectText operation: Unable to get object metadata from S3. Check object key, region and/or access permissions.
      specifically in the section:
      def get_detected_text_list( bucket, key):
      print('reached', bucket, key)
      response = {}
      client = boto3.client('rekognition', "us-east-1")
      response = client.detect_text(Image= {
      'S3Object': {
      'Bucket': bucket,
      'Name': key
      }
      i think it is because my s3 and lamdas are in different region than rekognintion : us-east-1
      sadly there is no rekognition for sa-east-1 which is the region where i have all the other services
      -- am gonna try that
      already solved cors and public s3 issues

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

      in my case, i have watched already several videos from you already and have all notifications on
      thanks for all @@lovetocode4486

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

      so the issue i mentioned is solved
      problem was to mix regions

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

      Sorry for delay reply.
      Seems that you already figured out the issue. Thanks for all the comments @elClubdelas7Cifras