Updating HTTPS Job Endpoints
A rare, but easy, occurence
Last updated
A rare, but easy, occurence
Last updated
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:
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"
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
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":
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.
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"
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.