this post was submitted on 06 Jul 2024
515 points (96.7% liked)

> Greentext

7474 readers
4 users here now

founded 2 years ago
MODERATORS
 

Alt text:

be me

serverless supervisor

in charge of making sure the serverless environment is in fact, serverless

occasionally have to check if it's really serverless

one day, find out there are actual servers being used

serverless environment is no longer serverless

distress.jpg

ask my boss what to do

he says "just make it serverless again"

I say "how"

he says "I don't know, you're the supervisor"

rage.jpg

quit my job

become a servers supervisor

first day on the job, go to the new server room

it's empty, serverless

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 3 months ago* (last edited 3 months ago) (12 children)

Does serverless mean, you're hosting on someone else's servers?

[–] [email protected] 25 points 3 months ago (6 children)

Serverless means you don't have a server running 24/7 that's sitting idle waiting for requests. When a user makes a request on a webpage/app it'll run a short lived piece of code for a few dozen milliseconds then shuts off. No permanent "server" running. Of course there's servers running the code to start that function and usually a permanent database server but the main app/website code is running on demand only.

[–] [email protected] 5 points 3 months ago (2 children)
[–] [email protected] 6 points 3 months ago

Yep. On someone else's big pool of servers.

load more comments (1 replies)
load more comments (4 replies)
load more comments (9 replies)