VED-1157: Ack backend Lambda deployment to a dedicated pipeline stage#1382
Open
Thomas-Boyle wants to merge 8 commits intomasterfrom
Open
VED-1157: Ack backend Lambda deployment to a dedicated pipeline stage#1382Thomas-Boyle wants to merge 8 commits intomasterfrom
Thomas-Boyle wants to merge 8 commits intomasterfrom
Conversation
- Added support for building and deploying the ack backend image in the continuous deployment, backend deployment, and PR workflows. - Introduced new variables for ack backend image version and build options in the relevant YAML files. - Created a new ECR repository for the ack backend and updated the Terraform configuration accordingly. - Enhanced the teardown process to clean up the ack backend image references. This update ensures that the ack backend is properly integrated into the CI/CD pipeline, improving deployment consistency and management.
Contributor
|
This branch is working on a ticket in the NHS England VED JIRA Project. Here's a handy link to the ticket: VED-1157 |
…CR lifecycle policy format - Simplified the process of resolving image URIs in the PR teardown workflow by introducing a reusable function that provides a placeholder if the output is unavailable. - Updated the ECR lifecycle policy in Terraform to use the `jsonencode` function for better readability and maintainability.
…configurations in temp.tf. This change is part of the cleanup process following the ack backend ECR ownership migration.
- Replaced deprecated image version variables with a JSON map for lambda image overrides in the continuous deployment workflow. - Consolidated the deployment of lambda images into a single job with a matrix strategy for better maintainability. - Updated output variables to reflect the new image URI structure and removed redundant steps for deploying individual lambda images. - Enhanced documentation for new input parameters related to lambda image deployment.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This update ensures that the ack backend is properly integrated into the CI/CD pipeline, improving deployment consistency and management.