使用Terraform在AWS中创建Lambda函数时无法加载文件名

时间:2019-02-19 13:40:48

标签: amazon-web-services aws-lambda terraform

我正在尝试使用Terraform在AWS中创建基本的Lambda函数。在我的.tf文件中,我定义了Lambda创建所需的参数。执行terraform apply命令时,出现以下错误:

aws_lambda_function.test_lambda: Unable to load "main.zip": open main.zip: The system cannot find the file specified.

我在其中放置了一个JS文件的zip文件,该文件的路径与.tf文件相同。根据Terraform文档,“文件名”参数不是必需的。如果忽略此参数,我将无法执行。有人可以帮我吗?

0 个答案:

没有答案