Open Upgreydd opened 4 months ago
Lambda updates are forced based on source code has. Which means each time your rebuild the lambda a deployment is triggered. As far we aware this is working correctly. We use this during development often. Our prod deployments are depending on zip files (versioned in s3).
I also recently experienced this. I had to delete my lambdas for them to load the latest code from S3. Possible I have something misconfigured though.
Ensure you deploy always the matching lambda's with an update the terraform module.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
At 5.12.0 version something is wrong with
runner-ssm-parameters
. After removing below condition all works, but I guess it's not desired way.Error is:
[EDIT] OK, looks like lambdas are not updated while deploying updated code.
module "multi-runner"
parameters:doesn't force new lambda deployment while zip files are updated.