I Made My AWS Lambda Run 67.84% Faster 🔥

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

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

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

    there is an important notation to it:
    if you are keeping db connections in the global scope of the lambda function, it may be reused by a next lambda run; buuuut, depending the situation, it may be better to close connections when terminating lambda request.

  • @pateljemit5459
    @pateljemit5459 Год назад +1

    ❤️‍🔥❤️‍🔥 it really helped me

  • @pateljemit5459
    @pateljemit5459 Год назад +1

    I am facing kind of two, three different errors while I am adding path in api mapping (custom domain) there is no video on how to map apis with paths. If possible can you help

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

      What's the error message?

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

      @@GokceDB “missing authentication token” I have not used any authentication for that api I feel it is bcz of endpoint mismatch. Also getting “Forbidden” and “Internal Server Error”

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

      @@pateljemit5459 Can you paste the API Gateway logs here when you get the Internal Server Error? That usually has the root cause.