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

  • @princy8640
    @princy8640 14 วันที่ผ่านมา +1

    what if i send the file through multipart/form-data how to configure api gateway

    • @cloudquicklabs
      @cloudquicklabs 10 วันที่ผ่านมา

      Thank you for watching my videos here.
      Here you are binary encoding image file and passing that value to API via parameters. We need to make sure that multipart/form-data is intact.

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

    Thanks man

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

      Thank you for watching my videos.
      Glad that it helped you.

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

    bro the ui is now been updated, i am not able to locate the content type, can you give insights on this

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

      Thank you for watching my videos.
      Indeed UI is updated now.
      I shall create version of this video soon.

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

    Thankyou

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

      Thank you for watching my videos.
      Glad that it helped you.

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

    Hi,
    thanks for you video.
    What would you recommend if I want to upload files larger than 5 MB? Maybe *.zip Files up to several GB?
    thanks

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

      Thank you for watching my videos.
      To upload file size > 5MB through API gateway is bit difficult, I shall create a new video on it once I found it. But mean time you can rely with boto3 APIs of AWS S3 Services.

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

    even my file is 75kb it is showing response as internal server error in postman and file not getting uploaded

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

      Thank you for watching my videos.
      Error might not be related to file size. Did you check if API is invoking lambda here.

  • @masteradvisor594
    @masteradvisor594 20 วันที่ผ่านมา +1

    what if i want to use form data to pass the image

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

      Thank you for watching my videos.
      You can still do that via an interface (app interface) and convert the image back to binary and call the api here.

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

      @@cloudquicklabs thing is that i am doing some image processing and when i send image through binary its taking extremely long time. but when i do with multipart/form-data which usual way to send files its taking nominal time. also with python conversion from multipart to normal data is giving errors i tried that too. whats your suggestion on this.

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

    is it possible to upload csv file as well?

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

      Thank you for watching my video.
      In this video I shown for image files. For csv I should experiment it (there would be need of configuration changes). But should be supported.

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

    is this an old video? the aws ui seems old and you uploaded this 1 month ago

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

      Thanks you for watching my video.
      API gateway UI does provide both option legacy UI and Latest UI as well , I recorded in Old but new UI has the same functionalities , only look and feel are different.

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

    Does this require to pass any aws credentials or is this api public ?

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

      Thank you for watching my videos.
      Here you are not passing the AWS credentials but AWS API Gateway - api tokens to authentication.

  • @sshikarw
    @sshikarw 12 วันที่ผ่านมา +1

    Getting {
    "message": "Forbidden"
    }
    How can we fix it?

    • @sshikarw
      @sshikarw 12 วันที่ผ่านมา +1

      Able to upload text file via lambda but getting error with postman :( Please suggest

    • @cloudquicklabs
      @cloudquicklabs 10 วันที่ผ่านมา

      Thank you for watching my videos.
      Check if your API url is correct and API keys are correct.

    • @cloudquicklabs
      @cloudquicklabs 10 วันที่ผ่านมา

      Invoking via postman is about selecting right options.
      docs.aws.amazon.com/apigateway/latest/developerguide/call-api-with-api-gateway-lambda-authorization.html

    • @sshikarw
      @sshikarw 10 วันที่ผ่านมา

      @@cloudquicklabs Thanks! But i have checked everything multiple time from your video still facing the issue though I can upload the file using Lambda itself using Test option for Lambda. Any suggestion?

  • @SUNGWONG5
    @SUNGWONG5 3 วันที่ผ่านมา +1

    confuse content

    • @cloudquicklabs
      @cloudquicklabs 2 วันที่ผ่านมา

      Apologies, I am above create a refined version of this video soon.