> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront/cloudfront-functions.md).

# CloudFront Functions

CloudFront Functions enable you to run lightweight JavaScript code at AWS edge locations to customize viewer requests and responses with low latency and high performance.

## Adding a CloudFront Function

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Networking**.
2. Select the **CloudFront** tab.
3. Select the **Functions** tab.
4. Click **Add**. The **Add Function** page displays.<br>

   <div align="left"><figure><img src="/files/kIOpaixrvJNpKlXKcAWj" alt=""><figcaption><p><strong>Add Function</strong> page</p></figcaption></figure></div>
5. Complete the following fields:

<table data-header-hidden><thead><tr><th width="230">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter a unique name for the CloudFront function.</td></tr><tr><td><strong>Description</strong></td><td>Provide a short description of what the function does.</td></tr><tr><td><strong>Runtime Version</strong></td><td>Select the runtime version to use, e.g., <strong>cloudfront-js-2.0</strong>.</td></tr><tr><td><strong>Function Code</strong></td><td>Enter the JavaScript code for your function in the editor.</td></tr></tbody></table>

6. Click **Submit** to create the CloudFront Function.

Once created, you can associate this function with [CloudFront distributions](/docs/automation-platform/overview/aws-services/cloudfront/cloudfront.md) to customize behavior at the edge.


---

# 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://docs.duplocloud.com/docs/automation-platform/overview/aws-services/cloudfront/cloudfront-functions.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.
