Skip to content
← Back to Blog

Monday, November 18th 2019

Inspecting Serverless Functions

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.

Function 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.

Realtime 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.

Failed 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.

Conclusion

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!