Skip to content

Commit 37d4103

Browse files
author
Eric Romrell
committed
Updated example code
1 parent c1597fd commit 37d4103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-lambda-with-deploy-test/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module "lambda_api" {
1212
app_name = "my-lambda"
1313
env = "dev"
1414
codedeploy_service_role_arn = module.acs.power_builder_role.arn
15-
lambda_src_dir = "./src"
15+
lambda_zip_file = "./src"
1616
handler = "index.handler"
1717
runtime = "nodejs12.x"
1818
hosted_zone = module.acs.route53_zone

0 commit comments

Comments
 (0)