TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Serverless Trends 2020

4 点作者 rizzke超过 4 年前
Hi everyone,<p>We surveyed 278 professionals about serverless technology and adoption and I thought to highlight some of the results here.<p>Whats&#x27;s covered in this report?<p>The first section of the report is focusing on adoption-related questions such as usage of serverless technologies, organizational experience, and more.<p>The second section covers the benefits and downsides of the technology as well as the most popular use cases and tools to get the most out of serverless technology.<p>The final part of this report highlights the key decision-makers when it comes to adopting serverless technology. We also wanted to hear the opinions of those who are not using serverless technology, to learn more about the reasons why they haven’t adopted it.<p>Here&#x27;s a collection of several key findings based on the community&#x27;s answers:<p>1. Currently AWS is the leading provider followed by Azure and Google Cloud.<p>2. The two biggest benefits of using serverless architecture are flexibility in scaling and speed of development.<p>3. Node<i></i>.js<i></i> is the most widespread programming language when it comes to serverless, with Python in second place.<p>4. The most common use case for serverless is rest APIs, and the second is data processing tasks.<p>5. The biggest challenge for developers working with serverless is debugging. By far. Architectural complexity is not even close in second place.

2 条评论

Chyzwar超过 4 年前
I disagree with many of these &quot;finding&quot;. Serverless in current form (lambda) is anything but flexible. You have all sort of limitations. API Gateway timeout 30s, request&#x2F;response sizes, lambda code size, concurrency limits, max execution time, max number of env variables, streaming limitations, database support, native modules, background tasks, limited framework supports. After many years there is still no good way to manage secrets in lambda.<p>Most people would be better off with ECS. Every few months we discover something new and create even more hacky workarounds.
rizzke超过 4 年前
If you want to see more stats, we highlighted some more here and also you can check out the full report: <a href="https:&#x2F;&#x2F;codingsans.com&#x2F;blog&#x2F;serverless-trends" rel="nofollow">https:&#x2F;&#x2F;codingsans.com&#x2F;blog&#x2F;serverless-trends</a>