You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
I would like to set alarms on the latest version of the lambda function only for the purpose of blue-green deployment.
Use case
I would like to use blue-green deployment. While deploying, AWS CodeDeploy will look for errors on the ongoing version(latest) only.
At current settings, if there is an error that occurs on that function, the deployment rollbacks which is not the case I want. Because existing lambda version might be throwing errors, I want to solve that with the next release.
Additional config
Config might look like this:
alerts:
latestVersionOnly: true
Note
Note that, I have forked this repo and implemented the mentioned behavior and it is working as expected. Do you want to have that feature at this plugin?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a Feature Proposal
Description
I would like to set alarms on the latest version of the lambda function only for the purpose of blue-green deployment.
Use case
I would like to use blue-green deployment. While deploying, AWS CodeDeploy will look for errors on the ongoing version(latest) only.
At current settings, if there is an error that occurs on that function, the deployment rollbacks which is not the case I want. Because existing lambda version might be throwing errors, I want to solve that with the next release.
Additional config
Config might look like this:
Note
Note that, I have forked this repo and implemented the mentioned behavior and it is working as expected. Do you want to have that feature at this plugin?
The text was updated successfully, but these errors were encountered: