AWS Lambda Express Server Setup!

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • Hello RUclips!
    Today I will be showing you how to setup your express server on AWS Lambda. Why AWS Lambda? Its so much more cost efficient, you only pay for what you use, especially for small scale applications. You would get billed per minute if this were to run on an actual server.
    GitHub Code: github.com/flo...

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

  • @nikhilshah6790
    @nikhilshah6790 Год назад +6

    For those who are following this tutorial and not able to make it work pls note :
    1) He has "$default" route already created, which you have to create manually.
    2) Then, just create "$default" deploy stage. If you don't create it, it will not work and you might get {"message" : not found} error msg when you try to hit the endpoints.

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

      Can you elaborate more on this, I created the $default route and deployed but it still didn't work, maybe I did it wrong?

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

    Very Crisp and Concise Video. 😇😇

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

    Grate Lesson. I solve my issue. Thank you very much

  • @siggy5687
    @siggy5687 3 года назад +1

    Great video. Thanks for this. How would you prevent bots and spammers from causing excessive charges due to lambda call spam?

    • @tdotcode3783
      @tdotcode3783  3 года назад

      Amazon has a service called Web Application Firewall. You can use that in front of your API gateway to detect and prevent malicious request. But I wouldn't worry about it to much because AWS lambda cost is super low, $0.20 per 1M requests.

    • @siggy5687
      @siggy5687 3 года назад

      @@tdotcode3783 Thanks!

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

    Thank you! But your screen is too small

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

    Good!