We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 221aeff + efd7f89 commit 028ab38Copy full SHA for 028ab38
terraform/lambda.tf
@@ -3,7 +3,7 @@ resource "aws_lambda_function" "lambda" {
3
function_name = "codepipeline-teams-notifications"
4
role = "${aws_iam_role.lambda.arn}"
5
handler = "index.handler"
6
- source_code_hash = "${filebase64sha256("../lambda.zip")}
+ source_code_hash = "${filebase64sha256("../lambda.zip")}"
7
runtime = "nodejs8.10"
8
timeout = 20
9
0 commit comments