> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-cloud-posture-management/serverless-function-posture-security/serverless-function-usage.md).

# Serverless function usage

Serverless functions is integrated as a feature across various sections of your tenant. Refer to the following sections for specific usage instructions within each context:

### Serverless function assets

The **Serverless Functions** asset inventory provides a centralized view of all serverless functions in your environment.

To access serverless function assets, under **Inventory**, select **All Assets** → **Compute** → **Serverless Functions**.

For more information on serverless function assets, refer to [Manage serverless function assets](/cortex-cloud-posture-management/cloud-inventory-and-environment/asset-classes/compute-assets/serverless-functions-assets.md)

### Serverless function issues

Currently, only vulnerability issues are supported for serverless functions.

* To manage serverless function vulnerability issues through **Vulnerability Management**:
  1. Navigate to **Posture Management** → **Vulnerability Management)** → **Vulnerability Issues**.
  2. Select **Add Filters** → **Asset Category** → **Serverless Function**.
* To manage serverless function vulnerability issues through **Vulnerability Assets**:
  1. Navigate to **Posture Management** → **Vulnerability Management)** → **Vulnerable Assets**.
  2. Select **Add Filters** → **Asset Category** → **Serverless Functions**.
  3. Select an asset in the inventory table.

     The Overview tab is displayed.
  4. Click on **Issues**.

     You are redirected to the Issues page, displaying a list of serverless function vulnerabilities.

The serverless function vulnerabilities issues inventory includes these unique properties:

* **Asset Type**: The type of serverless function: **Lamda Function** for AWS, **Google Cloud Function** for GCP and **Azure App Service Web App Function** for Azure
* **Asset Category**: Serverless Functions

Selecting an issue opens the expanded card with additional details about the issue including a description of the issue, when fist and last detected, affected assets, linked cases and evidence (such as the vulnerability ID, CVSS severity, score and version, and the policy that detected the issue).

For more information on vulnerability issues, refer to [Investigate and remediate vulnerabilities](broken://spaces/Hpcayc1yGiwVhvGJ7DK1/pages/PlSBwYRLJsutJ4qFkjos).

### Serverless function findings

1. To manage serverless function findings, navigate to **Posture Management** → **Vulnerability Management)** → **Vulnerability Issues**.
2. Select All Vulnerabilities Findings.
3. Select **Add Filters** → **Asset Category** → **Serverless Function**.
4. Select an asset in the inventory table.

For more information on vulnerability findings, refer to [View All Vulnerability Findings](broken://spaces/Hpcayc1yGiwVhvGJ7DK1/pages/PlSBwYRLJsutJ4qFkjos#view-all-vulnerability-findings).

### Monitor serverless function scan health

You can monitor and manage the health and status of your integrated serverless function scans, troubleshoot errors and mitigate detected vulnerabilities

For more information, refer to [Monitor serverless function scan health](broken://spaces/Hpcayc1yGiwVhvGJ7DK1/pages/tznKPPKPXirdfO5KNrhs).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-cloud-posture-management/serverless-function-posture-security/serverless-function-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
