*the image of cat and the green > symbols were there before I edited the image

I was feelin lazy, so here we go, have a post-

should probably post more, i feel good doin things.

anyway— i hope u are doing well! <3

  • panda_abyss@lemmy.ca
    link
    fedilink
    English
    arrow-up
    48
    ·
    12 days ago

    No, it’s an API where on requests a server is started up to run your code.

    You don’t run the server, someone else does — hence “serverless”.

    • infinitesunrise@slrpnk.net
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      10 days ago

      The moment I realized AWS Lambda is a scam was the moment I learned that you have to check if you need to clean up your runtime environment at function start, because it will sometimes reuse the same server between runs, because it’s a server that they don’t even bother to have behave as if it isn’t.