fix(ci): stabilize production lambda runtime verification#255
Merged
Conversation
Run Lambda state validation from the Pulumi project directory and poll until the function reaches Active with a successful update status. This prevents false failures and correctly blocks only unhealthy production deploys. Made-with: Cursor
|
🍹 The Update for mottych/purposepath-coaching-api/preprod (at 9c0435e) was successful. ✨ Neo ExplanationThis is a routine code deployment to preprod — a new Docker image for the coaching API has been built and the Lambda function is being updated to run it.Root Cause AnalysisA new version of the coaching API application has been built and is being deployed to the preprod environment. The Docker image was rebuilt with a new build timestamp, producing a new image digest, which triggers an update to the Lambda function to point to this latest image. Dependency ChainA new Docker image was built from the coaching service's Dockerfile → the image is pushed to ECR with a new content digest → the Lambda function's Risk analysisNo risky changes detected. Resource Changes Name Type Operation
~ coaching-image docker:index/image:Image update
~ coaching-api aws:lambda/function:Function update
|
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.
Summary
coaching/pulumiState=ActiveandLastUpdateStatus=SuccessfulTest plan
22692989830Deploy Production