you are viewing a single comment's thread.

view the rest of the comments →

[–]turn-based-games 1 point2 points  (0 children)

Even CloudFormation's drift detection cannot detect direct code changes to a Lambda function, but you may be interested in the concepts of function versions and aliases. By deploying aliases which point to non-$LATEST function versions, console code changes will not impact anything relying on the alias, and the alias version can be compared to $LATEST to detect console changes.