*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
*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
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”.
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 function as if it isn’t.
Hurray, “stateless function calling” now with 100% more state!