File tree Expand file tree Collapse file tree
website/source/docs/providers/aws/r Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ resource "aws_lambda_function" "test_lambda" {
5454
5555* ` filename ` - (Optional) A [ zip file] [ 2 ] containing your lambda function source code. If defined, The ` s3_* ` options cannot be used.
5656* ` s3_bucket ` - (Optional) The S3 bucket location containing your lambda function source code. Conflicts with ` filename ` .
57- * ` s3_key ` - (Optional) The S3 key containing your lambda function source code. Conflicts with ` filename ` .
57+ * ` s3_key ` - (Optional) The S3 key of a [ zip file ] [ 2 ] containing your lambda function source code. Conflicts with ` filename ` .
5858* ` s3_object_version ` - (Optional) The object version of your lambda function source code. Conflicts with ` filename ` .
5959* ` function_name ` - (Required) A unique name for your Lambda Function.
6060* ` handler ` - (Required) The function [ entrypoint] [ 3 ] in your code.
You can’t perform that action at this time.
0 commit comments