# 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="https://646963993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6raDc19KWpYtiXJIvGE%2Fuploads%2FdAi19TL7cMwR2injYfEv%2F20230508%20Update%20Lambda%20Screenshot.png?alt=media&#x26;token=f67296fa-94ae-4776-be91-5d24d21e93ad" 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="https://646963993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6raDc19KWpYtiXJIvGE%2Fuploads%2FzCh1Ea3h2zflVUN4dLQB%2F20230508%20Update%20Cloud%20Run%20Service.png?alt=media&#x26;token=b3ed4cac-1453-493c-8821-b61a27d002db" 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="https://646963993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6raDc19KWpYtiXJIvGE%2Fuploads%2F0GCiLICinIPaMaq87Ffz%2Fimage.png?alt=media&#x26;token=160dc85e-c769-42c3-92f6-8c316efbb161" 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="https://646963993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6raDc19KWpYtiXJIvGE%2Fuploads%2FRxkrsG40nH0EHYY8GPvt%2Fimage.png?alt=media&#x26;token=9dadf5a2-90ff-4286-b3d9-f2179fa93fad" alt=""><figcaption></figcaption></figure>
