I am using a changes job to construct a list of lambda names which is passed to a lambda deployment job using a matrix strategy.
There are some cases where we would like to run all lambda deployments, regardless of whether or not they have changed. If there were an option to essentially mock as if all filters have detected changes, that would make this scenario very easy to deal with.
Is there a way to do this? Grateful for any advice.
I am using a changes job to construct a list of lambda names which is passed to a lambda deployment job using a matrix strategy.
There are some cases where we would like to run all lambda deployments, regardless of whether or not they have changed. If there were an option to essentially mock as if all filters have detected changes, that would make this scenario very easy to deal with.
Is there a way to do this? Grateful for any advice.