== Why is this an issue? include::../description.adoc[] === Noncompliant code example This policy allows to update the code of any lambda function. Updating the code of a lambda executing with high privileges will lead to privilege escalation. [source,terraform] ---- resource "aws_iam_policy" "lambdaUpdatePolicy" { name = "lambdaUpdatePolicy" policy =<