Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Alarm on latest version of the lambda only #217

Open
mhihasan opened this issue Mar 30, 2022 · 0 comments
Open

Alarm on latest version of the lambda only #217

mhihasan opened this issue Mar 30, 2022 · 0 comments

Comments

@mhihasan
Copy link

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:

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant