Upload large files to S3 with API Gateway and Lambda: Overcoming Size Limitations using Signed URLs

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

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

  • @puma509
    @puma509 Год назад +5

    Great Video Thanks so much:
    I am new at this and have a question. How do I use the client.js to upload the file via a browser ?

  • @gov-cld-arch
    @gov-cld-arch 7 месяцев назад

    I followed this completely per the instruction and but the node client.js command fails with 403 (forbidden). Any insights?
    Error getting pre-signed URL: AxiosError: Request failed with status code 403

  • @manichandra33
    @manichandra33 Год назад

    Good video. What do we have to do if we have to do upload a file using a UI and we have to use API Gateway endpoint to process this request instead of using signed url directly from UI ? API GATEWAY timeouts within 29 seconds as far as I know. If it takes longer than 29 seconds ?
    Do we have to make use node streams ? Would browser be able to handle that large file ?