616
Let's do micro service
(sh.itjust.works)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I was looking up lambda functions for rust because i needed it for something and didn't know how, what, etc. But searching anything lambda now only shows results for fucking amazon lambda bullshit! Really pisses me off... its fucked 😠
If you mean lambdas like in python where you say
lambda x: x+1
, they are calledclosure
s in rust, try searching for that instead.Thankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names...
AWS Fargate, amazing, AWS ServerLess,... Da fuk!
The problem is that i didn't know that so unless someone tells me, I'm stuck searching for lambdas :(