Skip to content

Commit

Permalink
lambda handler from autospotting => AutoSpotting to match Go binary (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardj-bsquare authored and cristim committed Apr 25, 2019
1 parent 49e0d67 commit 56e8a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_lambda_function" "autospotting" {
role = "${var.lambda_role_arn}"
runtime = "${var.lambda_runtime}"
timeout = "${var.lambda_timeout}"
handler = "autospotting"
handler = "AutoSpotting"
memory_size = "${var.lambda_memory_size}"
tags = "${merge(var.lambda_tags, module.label.tags)}"

Expand Down

0 comments on commit 56e8a70

Please sign in to comment.