Question: For lambda with source_code_hash, we sho...
# general
c
Question: For lambda with source_code_hash, we should not be calculating the hash as it gets over-riden by Pulumi, correct? It seems to be that way because everytime I calculate the hash that hash in the preview is different causing an update. A couple workarounds I thought of was storing the Hash as a tag and pulling the lambda_functions tags and evaluating from there.