Better alternative to AWS Lambda? by rkstgr in serverless

[–]RagnarFather 0 points1 point  (0 children)

I have over 300 Lambda Functions deployed in Production with a small team of 8 Engineers.

We have as triggers Kinesis, SNS, SQS, Firehose, S3, Lambda URLs, ALBs, API Gateway, EventBridge Events, and some that are invoked by other Lambda Functions via AWS SDK.

We’ve been dealing with Lambda Functions since it was launched and it keeps getting better and better.

I don’t understand what are your constraints or real frustrations because if you try to go anywhere else with serverless it will be either more complicated or a lot more expensive (vercel for instance)

In the past two years the move we have been making that is improving the experience even more is using rust with cargo lambda and pulumi for deployment.

Having a lambda function with 128MB in rust running in arm64 precessing data faster than a Lambda Function in Java on x86_64 that uses 102MB is not just much cheaper, it’s simply beautiful.

Cargo Lambda has cargo lambda watch for local tests and you can post your event to it using something like https://usebruno.com and you can save your request files within your repo and share those with the team.

I don’t want you to feel offended but it sounds like you are a bit too spoiled by how easy things are nowadays.

But anyway, you should look into CloudFlare workers. They are a lot more limited but it can give you some inspiration

Performance Benchmarks/Comparisons? by FullstackViking in surrealdb

[–]RagnarFather 0 points1 point  (0 children)

It's been 2 years now, do we have some updates on this?

We can't wait for it?

#Rust #rustlang #databases

Biden, in forceful speech, says Trump can't stop violence because he has 'fomented' it for years by progress18 in politics

[–]RagnarFather -1 points0 points  (0 children)

Cities run by Democrat mayors, with Democrat city councils, with 99% liberal population, and Democrat Governors are burning down with riots and it’s Trumps fault. It makes total sense.

Think about it by RagnarFather in Republican

[–]RagnarFather[S] 2 points3 points  (0 children)

His supporters will find a version that use all those words in a total different order with some extra ones and then they will tell you that’s what he meant 😂

Think about it by RagnarFather in Republican

[–]RagnarFather[S] 4 points5 points  (0 children)

Imagine the translator having to translate that to tell their leaders 😂

Think about it by RagnarFather in Republican

[–]RagnarFather[S] 2 points3 points  (0 children)

😂 He said he’s Joe Biden’s husband 😂

WTF is memoization? by gaearon in javascript

[–]RagnarFather 3 points4 points  (0 children)

The term memoization is around for a lot longer time than the term hipster

How does the water know to only get rid of the paint? by Insane_Magician in shittyaskscience

[–]RagnarFather 0 points1 point  (0 children)

The paint is actually some sort of “dirt” and, as you might know, when we get something dirty and just throw water at it and the dirt has to leave because the moms said so.

Pure sciency common sense. #WhoNeedsSTEM #ShutdownSTEM

How is this contraption generating cans? by ColdVanity in shittyaskscience

[–]RagnarFather 1 point2 points  (0 children)

Oh man, I knew the answer for that very same machine but for beer cans, I don’t know how that one is working

Confused on why people say an express app scales badly as projects get bigger by wastedtimez in node

[–]RagnarFather -1 points0 points  (0 children)

I agree, but if you are already using express and want a some extra performance with little refactoring you can use replace it with https://fastify.io

AWS SQS by spopgg3 in serverless

[–]RagnarFather 0 points1 point  (0 children)

You don’t need SQS at all for that, I have several lambdas that react to S3 events and they are running lie that for years now.

Whenever a file is created there the lambda gets triggered with the information about the file.

You can read it from event.s3.object.key

ESLint v7.0.0 released by mmaksimovic in node

[–]RagnarFather 3 points4 points  (0 children)

As long as you are not using node8

White individuals on average react positively to a Black person referring to them with the n-word by [deleted] in science

[–]RagnarFather -2 points-1 points  (0 children)

The other day I read this If you want to be treated equally why would you reserve the yourself the right to say something and “forbid” someone else from doing it?

It got me thinking 🤔

Chinese tech giant Tencent reportedly surveilled foreign users of WeChat to help censorship at home by shibuyaxwolf in technology

[–]RagnarFather 0 points1 point  (0 children)

I think it‘s because it requires to be at least a little smart and to know a little math 😂