Terraform – publish Lambda only when there are changes
I’m having trouble configuring my AWS Lambda feature in Terraform. Right now, the following configuration works so that the function deployment flies every time, even when I don’t have any changes made to it. This is because the source_code_hash
is generated different from the previous one.
Terraform – deploy Lambda only when there are changes
I’m having trouble configuring my AWS Lambda feature in Terraform. Right now, the following configuration works so that the function deployment flies every time, even when I don’t have any changes made to it. This is because the source_code_hash
is generated different from the previous one.