After updating to AWS provider 3.25.0 I got the following after exectuing pipeline:
in resource "aws_lambda_function" "lambda_function":
651 4: resource "aws_lambda_function" "lambda_function" {
652
653
654
655 Error: handler and runtime must be set when PackageType is Zip
Can it be fixed somehow?