# Updating HTTPS Job Endpoints

We anticipate needing to do this very rarely, and have recently re-architected our product to ensure this is unlikely to occur for the forseable future. That being said, it is possible we will release changes to HTTPS endpoint code. These updates can be brought into your cloud as follows:

## AWS

**OSS Code Repository**: <https://github.com/dragondrop-cloud/ecs-fargate-task-http-trigger>

1\) Navigate to the dragondrop-created lambda trigger, and select "Upload from" --> "Amazon S3 location"

<figure><img src="/files/DQ5wQxf3gbkeK0vhBXwe" alt=""><figcaption></figcaption></figure>

2\) Enter the following URL and hit "Save". Now the production code form that repository is within your lambda function. URL:

<https://dragondrop-ecs-fargate-task-lambda-trigger-prod.s3.amazonaws.com/dragondrop\\_https\\_trigger\\_lambda.zip>

## GCP

**OSS Code Repository**: <https://github.com/dragondrop-cloud/cloud-run-job-http-trigger>

1\) Within the Cloud Run Service hosting your dragondrop endpoint, click "Edit & Deploy New Revision":

<figure><img src="/files/u2muO2NAqUxjMWum9MHZ" alt=""><figcaption></figcaption></figure>

2\) Without making any changes, scroll to the bottom of the page and hit "Deploy". When using our Terraform module, the container for the cloud service is specified with the `:latest` tag, so this deployment will pull in the newest version of the repo's production container.

## Azure

**OSS Code Repository**: <https://github.com/dragondrop-cloud/container-instance-http-trigger>

1\) Within the Container App instance hosting your dragondrop endpoint, click "Edit and Deploy"

<figure><img src="/files/E9I07NKoCDcYQ4Ez5rUC" alt=""><figcaption></figcaption></figure>

2\) Create a "dummy" variable on the container, save and re-deploy. THis deployment will pull in the latest version of the repo's production container.

<figure><img src="/files/TzJT8sidS6PyDv83fVXR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.dragondrop.cloud/product-docs/deploying-to-your-cloud/updating-https-job-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
