How to Make a Serverless Website with AWS Lambda (for free)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • Learn how to make a serverless static website with AWS Lambda functions. In this tutorial, you will see multiple examples of Lambda Python function calls that return HTML which are accessible at a public URL with HTTPS. Part of the AWS Always Free tier, you can get 1 million free Lambda calls per month.
    More free website hosting options 👉 tonyteaches.te...
    Try AWS Lambda for free here 👉 ttt.do/AWSLamb...
    Code snippets and more at tonyteaches.te...
    Check out my vlog channel ‪@TonyFlorida‬
    #lambda #aws

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

  • @bashardlaleh2110
    @bashardlaleh2110 2 ปีที่แล้ว +5

    I tried once to deploy a Laravel app on lambda but it was a bit tricky coz there is no php runtime environment by default and you need to make use of what's called "lambda layers" to add php, it would be an interesting topic to make a tutorial about, thanks

  • @dragon3602010
    @dragon3602010 2 ปีที่แล้ว +3

    Awesome thanks, is it only one lambda for free or we can have multiple ?

  • @learner8084
    @learner8084 ปีที่แล้ว +2

    Interesting. I was thinking how I could make a website using Lambda. But I guess this approch could only be used for simple websites simply to serve some API request to say a python or java program. Not for the purpose of building more complex websites ? Is my thinking correct ??

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

    You saved my 2 day time

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

    Now do a webserver deployment in a lambda function

  • @kooroshresmed2085
    @kooroshresmed2085 2 ปีที่แล้ว

    Very helpful, thank you

  • @royce8245
    @royce8245 ปีที่แล้ว +2

    But API gateway is only free for a year

  • @5_Minute.Lectures
    @5_Minute.Lectures ปีที่แล้ว

    Very informative video

  • @cytixify
    @cytixify 2 ปีที่แล้ว +1

    And pyscript🤯🤯

  • @FabioGMartinez
    @FabioGMartinez 2 ปีที่แล้ว +1

    Excellent contribution !!!

  • @Shakyws143
    @Shakyws143 ปีที่แล้ว +1

    How to display dynamic content inside the html body variable?

    • @TonyTeachesTech
      @TonyTeachesTech  ปีที่แล้ว

      Thanks

    • @Shakyws143
      @Shakyws143 ปีที่แล้ว

      @@TonyTeachesTech Please educate how to display dynamic content inside the html body variable

  • @vujadinovicc
    @vujadinovicc 2 ปีที่แล้ว

    *_hello brother i have a question i want to make a games page. So I'm wondering how to create a search? yes the page has more subcategories whether you have such a video or where I can find how to create it thank you very much!_*

    • @dexternepo
      @dexternepo 2 ปีที่แล้ว

      If you use a framework such as Django or Flask in case of Python, or Spring Boot in case of Java, etc, it probably has a pre-built plugin that you can add. You don't have to build a search engine from scratch.

  • @arfatbagwan48
    @arfatbagwan48 5 หลายเดือนก่อน

    where is sample code

  • @cernejr
    @cernejr 2 ปีที่แล้ว +1

    I still do not know WHY I would want to do something like this. What is AWS Lambda for in the real World?

    • @bashardlaleh2110
      @bashardlaleh2110 2 ปีที่แล้ว +4

      it's for when you want to get charged for requests not for uptime, so if no one visited your website you will pay nothing there is no server fees

  • @sjatkins
    @sjatkins 2 ปีที่แล้ว +3

    I have worked on many serverless websites. They are one of the stupidest ideas in all of tech. We know and have known for a while how to build server based webservers that can handle 1000 or more requests per second. That is they can handle one simple request in around a millisecond. All serverless tech takes many milliseconds just to handle overhead and that is with a "warm" instance. Not to mention the limitations on what you can do and use implied by serverless that did not apply to your server based website. Not to mention the more difficult testing. Not to mention the increased build and maintenance complexity and the ofter higher cloud account costs.

  • @lokeshtadepalli5528
    @lokeshtadepalli5528 ปีที่แล้ว

    hey bro, you are looking like Hrithik Roshan in Krrish 😄😄

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

    complete waist of time. Why people still waiting time in Hello World! examples?