When you need to review the version configuration, code, and other information of a specific function, this document can serve as your guide.
Procedure
1. Log in to the Serverless console and select Function Service from the left navigation bar.
2. At the top of the "Function Service" list page, select the region and namespace where the function you want to view is located.
3. Click a function name to enter the function details page.
4. Select the "Version" dropdown list in the upper right corner of the function details page, and click on the name of the version you want to view. This document uses version 1 as an example, as shown below:
You can then view the relevant information for this version, as shown below:
Note
After switching to a version, the Function Configuration, Function Code, Layer Management, Monitoring Information, and Log Query tabs will display the content corresponding to that version. For detailed information on each tab, please refer to Query Function.
After switching to a version other than $LATEST, the function configuration and code remain in the published state and cannot be modified.
Triggers can be configured differently on various versions.
The logs and monitoring data respectively display the specific invocation logs and monitoring data for the corresponding version.