From 4799b38ab5e0952fcb777fb54165e19fc3387831 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Tue, 23 Jul 2024 11:14:37 -0700 Subject: [PATCH] Update README.md --- design/aws-build/README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/design/aws-build/README.md b/design/aws-build/README.md index 6221fdf..37c6064 100644 --- a/design/aws-build/README.md +++ b/design/aws-build/README.md @@ -384,10 +384,11 @@ graph TD ### Ruby Lambda Build and Deploy -> [!ALERT] -> This code must be deployed in the main account. Therefore, the existing build scripts will be maintained. +> [!IMPORTANT] +> This code must be deployed in the main account. > > ### Future enhancements +> - explore deploying a main account lambda from UC3 ECR. > - build with CodeBuild > - enable development branches to be deployed to stage and prod > - report an alert when a branch other than main is deployed to lambda @@ -423,6 +424,14 @@ graph TD --- ### Documentation and Web Assets + +> [!NOTE] +> Re-publish documentation assets based on a change to a repo. +> +> #### Build Trigger +> - Triggered by commit to repo +> - Triggered on demand + ```mermaid graph TD GitHub --> Pipeline @@ -447,6 +456,11 @@ graph TD --- ### Private Config Data - Evolve From File System Copy + +> [!IMPORTANT] +> This work has not yet started + + ```mermaid graph TD GitHub --> Pipeline