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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best “run my code” cloud service?

2 点作者 RocketSyntax超过 4 年前
What&#x27;s the best service for running arbitrary Python code on small data on demand? Not talking about a server that stays up.<p>AWS Batch? Google Cloud Run?

2 条评论

russianator超过 4 年前
I&#x27;ve been using <a href="https:&#x2F;&#x2F;vercel.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vercel.com&#x2F;</a> for a while now.<p>It has built in gitops and a very simple deployment model. Works really well with custom domains and cost-wise it is great as it doesn&#x27;t break the bank for my side projects.<p>It includes CDN capabilities with CloudFront-like honouring of cache headers, etc as well, so I haven&#x27;t found anything lacking even though it isn&#x27;t as feature packed as something like AWS Lambda.<p>For things like queues, databases and memory stores I used other managed services.
评论 #24686519 未加载
gauravphoenix超过 4 年前
will the python code need data storage&#x2F;querying? if it is simple stateless code, Google Cloud Run should fit the bill. If you need an &quot;ecosystem&quot; of services like caching, data storage, querying, queuing etc using AWS Lambda with HTTP Gateway
评论 #24686515 未加载