terraform-aws-modules/terraform-aws-lambda

Lambda alias is updated to the latest version preventing CodeDeploy to execute

petrosmelachrinos opened this issue · 3 comments

Description

Noticed a bug when using version 4.7.1, the alias is updated to the latest version causing CodeDeploy not to be executed.

module.workshop_deploy.null_resource.deploy[0] (local-exec): Executing: ["/bin/bash" "-c" "#!/bin/bash\n\nif [[ '6' == '6' ]]; then\n  echo....

Using version 4.7.0 CodeDeploy it works as expected.

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

This issue was automatically closed because of stale in 10 days

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.