alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agoLet's do micro servicesh.itjust.worksimagemessage-square10fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imageLet's do micro servicesh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 6 months agomessage-square10fedilink
minus-squarejelloeater - Ops Mgr@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-26 months agoWhat the fuck is a “lamba server less”, and why is my cloud bill so fucked? 🚒 🔥 💰 💸 😵😢😥🤯
minus-squareRageAgainstTheRich@lemmy.worldlinkfedilinkarrow-up0·6 months agoI 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 😠
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1·6 months agoIf you mean lambdas like in python where you say lambda x: x+1, they are called closures in rust, try searching for that instead.
minus-squareRageAgainstTheRich@lemmy.worldlinkfedilinkarrow-up1·6 months agoThankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names…
What the fuck is a “lamba server less”, and why is my cloud bill so fucked? 🚒 🔥 💰 💸
😵😢😥🤯
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…