TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Serverless, Inc. lands $10M Series A to build serverless dev platform

191 pointsby TheMissingPiecealmost 7 years ago

13 comments

paulgbalmost 7 years ago
I don&#x27;t understand the knee-jerk opposition people have to serverless architectures. I recently developed a service[1] with the serverless framework and it was the first time I enjoyed developing server-side code since the era of PHP on shared hosts, where you could just upload code and refresh the page. There&#x27;s something freeing about never having to think about the server process or what happens if the server is power cycled.<p>So congrats on the funding, I hope you can convert some haters :)<p>[1] obligatory plug: <a href="https:&#x2F;&#x2F;notify.run" rel="nofollow">https:&#x2F;&#x2F;notify.run</a>
评论 #17646979 未加载
评论 #17645059 未加载
评论 #17646334 未加载
评论 #17645299 未加载
评论 #17649073 未加载
评论 #17645395 未加载
评论 #17645033 未加载
评论 #17648015 未加载
评论 #17646717 未加载
评论 #17645085 未加载
评论 #17647747 未加载
评论 #17645068 未加载
评论 #17647387 未加载
评论 #17647392 未加载
sebringjalmost 7 years ago
I ended up using lamda for several things ad hoc and I have to say the experience is great to quickly add functionality to specific niche things you don&#x27;t necessarily want to run on your API servers because of weight or simply that having a trigger built in makes the whole flow simpler. However, the downside is if you do something stupid like create an infinite trigger accidentally your bill will exponentially increase. Always remember that part. On a $5 digital ocean instance, they will never charge you $3000 a month for accidentally doing something stupid but AWS will forgive you one time at least and I have my one time now. The most hilarious part of this whole thing...and this is really one of the main points, the $5 digital ocean kuejs (nodel.js) server instance that my AWS lamda was smashing the shit out of with millions of requests did not go down the entire time although had some intermittent slow downs of course. $5 goes a long way apparently.
_Marak_almost 7 years ago
Congratulations to Austen and Serverless Inc. for raising an additional 10m dollars. From what I&#x27;ve seen they are all very nice people over at Serverless.<p>I&#x27;ve been running a small service similar to their new &quot;Serverless Platform&quot; for some time and was approached by them in 2014 to see about joining their team.<p>Ultimately I ended up deciding not to join because I wasn&#x27;t convinced there was a strong enough engineering presence in their leadership to make a good product. The next couple of years should be interesting to watch if they can actually build a profitable product.
评论 #17645537 未加载
pmlnralmost 7 years ago
The coming age of people with no understanding of what running code actually means, no idea how hardware&#x2F;close to hardware systems behave deep down, is going to be fabulous, and full of wasted computing.
评论 #17645415 未加载
评论 #17645106 未加载
评论 #17646136 未加载
评论 #17647242 未加载
评论 #17645513 未加载
评论 #17645243 未加载
评论 #17646783 未加载
评论 #17649824 未加载
评论 #17645548 未加载
jafloalmost 7 years ago
Wooo! I&#x27;m happy for them! I am using their stuff right now for a project I&#x27;m working on (plug: <a href="https:&#x2F;&#x2F;kurz.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kurz.app&#x2F;</a>) and I really appreciate the ecosystem serverless is cultivating. Simple stuff like bundling up pip requirements or syncing a local folder with a S3 bucket could be done using a script I write, but through serverless I can just install a package and have it hook in as part of each deploy.
评论 #17648705 未加载
danharajalmost 7 years ago
Here&#x27;s to hoping ignoring serverless will work as well as ignoring NoSQL worked for me.
评论 #17644968 未加载
评论 #17645962 未加载
评论 #17644868 未加载
评论 #17644870 未加载
评论 #17644861 未加载
评论 #17644852 未加载
评论 #17644840 未加载
评论 #17644862 未加载
actionowlalmost 7 years ago
We&#x27;ve been using serverless with AWS lambdas for a few months.<p>Testing is hard, the more AWS shit you tie yourself to the harder local testing and development becomes. I picked up a lambda project another developer started and asked them how they were testing and developing locally. Answer: They deployed a new update for every change (!?)<p>Debugging: Look at log files...<p>Also, at some point serverless added some autocomplete crap to my .bashrc file without asking which I will never forgive them for.
SSilver2k2almost 7 years ago
Serverless is great, but I am really loving Zappa for Python Flask and Django development with Lambda and API Gateway.<p>Deployed our first production tool with it and it&#x27;s been working great.
评论 #17645816 未加载
评论 #17646650 未加载
i386almost 7 years ago
This looks interesting and I wish them good luck. The problem with any developer tools startup is that no matter how great the product is, the willingness to pay is very low (developers think they can replace you with a small script) and extremaly likely that your market gets slowly eaten from the bottom by open source and&#x2F;or MS&#x2F;Google&#x2F;Amazon fold in your service into their cloud platform.
robertonoveloalmost 7 years ago
I usually do TDD serverless apps by debugging unit tests with jest. Is it a bad practice? Anyone can easily mock events this way, It does not matter whether its a SNS event or an HTTP event. Overall, I have had a great experience with serverless!
nunezalmost 7 years ago
Super happy for them. It&#x27;s clear that lots of companies and people are interested in serverless, as the benefits are clear. this could be how the &quot;microservice&quot; actually manifests itself in a few years.
neomalmost 7 years ago
Hope DigitalOcean works to make this a first-class citizen on their cloud.
评论 #17646376 未加载
jaequeryalmost 7 years ago
i think more than half the websites on the internet can run on serverless platform and that makes the web more secure and faster.
评论 #17653145 未加载