this post was submitted on 23 Jul 2024
22 points (100.0% liked)

Technology

37598 readers
205 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

As an AWS focused solutions/systems architect, I've been feeling this for the last 10ish months too. I attended the first 9 re:Invent conferences (up until Covid upended things) but I was glad I didn't attend last year; and re:Inforce sounds like it was even worse.

you are viewing a single comment's thread
view the rest of the comments
[–] 1984@lemmy.today 7 points 1 month ago* (last edited 1 month ago) (1 children)

Aws serverless is a scam also. Lambda with step functions just to run some functions in order without having to scale servers?

Its just ridiculous how much complexity it adds, and the performance is abysmal compared to local function calls as well. It's like younger devs have never written a fast application without aws.

In theory, running a serverless function can provide adequate response times at costs that are unreachable with private servers. It's basically those services that would run your application for few minutes every time it received a request, but with theoretically lower overhead since it's supposed to be a function instead of a full application.