惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Vercel News
Vercel News
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
H
Help Net Security
罗磊的独立博客
The Cloudflare Blog
J
Java Code Geeks
博客园 - 叶小钗
I
InfoQ
B
Blog
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
月光博客
月光博客
博客园_首页
雷峰网
雷峰网
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
美团技术团队
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Inspecting Serverless Functions - Vercel – Vercel
2019-11-18 · via Vercel News

1 min read

After deploying a static frontend to Vercel, some projects might make use of Serverless Functions to feed data from.

Creating Serverless Functions is as simple as adding an API directory in your project, and today inspecting them became just as comfortable with the new "Functions" tab from your Deployment Overview.

Link to headingFunction Details

Creating a blazing fast web app is not only a matter of having a static frontend, but also of ensuring your API is not bloated in size, does not consume too many computational resources, and is responding fast.

All of this information can now be accessed in a "Functions" tab available from every deployment overview.

The most important details about your Serverless Functions, all at one glance.

The most important details about your Serverless Functions, all at one glance.

Link to headingRealtime Requests

Often it's necessary to follow along with the invocations – and the logs printed as a result – of your Serverless Functions to detect inconsistencies in their behavior.

With the new "Functions" tab, this information is now only a click away.

A real-time stream of all requests targeting your Serverless Function.

A real-time stream of all requests targeting your Serverless Function.

Link to headingFailed Requests

Once your Serverless Functions are running in production, it is a vital focus of every developer to ensure they will continue smoothly, without interruption.

To make this process easier, we now also show Failed Requests right in the UI.

A list of all requests that have not succeeded in the past.

A list of all requests that have not succeeded in the past.

In this section, all requests from which your Serverless Function has thrown an unexpected error will be stored and displayed for up to 30 days.

Link to headingConclusion

Thanks to the new Functions tab on the dashboard, retrieving the most crucial details about your Serverless Functions is now easier than ever.

This is just another one of several features we are planning to launch to support advanced use cases of Serverless Functions on Vercel.

Let us know what you think about this change!