Live data from Hacker News

What would make AWS even better

yehudacohen.substack.com

1–10 of 70 posts

Re: What would make AWS even better

#6

Having just started with AWS, I would say: letting me make a Kubernetes cluster that doesn't require so many different cloud objects before it will start to function.

Poof: AWS Blueprint removes a lot of boilerplate code, pair it with terraform and that's it.

Re: What would make AWS even better

#7

Lambda is insanely expensive is why they don’t allow long-running jobs. A 1GB allocation is $43/mo. And most lambda users are running 1 single task/process per lambda invocation.

Wait, so AWS does not allow long running lambdas because that would make too much money for them?

Re: What would make AWS even better

#9

i was told that AWS Glue solves the "15 minutes or more" need that lambda cannot provide. never tried it so i cant say if its a good substitute. that's the only service i see OP did not mention

Glue is Apache Spark as a service. If you don't need Spark, you will be dealing with lots of uncecessary complexity.

If you do need Spark, Databricks is likely a better option though :)

Re: What would make AWS even better

#10
Long running lambdas would be sick for infrequent / low concurrency data pipelines.

My wet dream is "bidirectional IaC". Let me make changes using the GUI, commit to repo automatically.

Post reply on HN