Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit ace2bc9

Browse files
Improve formatting of inputs table
1 parent 5f3b8be commit ace2bc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ Inputs for this module are the same as the [aws_lambda_function](https://www.ter
6969

7070
| Name | Description | Type | Default | Required |
7171
|------|-------------|------|---------|----------|
72-
| **source\_path** | The absolute path to a local file or directory containing your Lambda source code | string | | yes |
73-
| build\_command | The command to run to create the Lambda package zip file | string | `"python build.py '$filename' '$runtime' '$source'"` | no |
74-
| build\_paths | The files or directories used by the build command, to trigger new Lambda package builds whenever build scripts change | list(string) | `["build.py"]` | no |
75-
| cloudwatch\_logs | Set this to false to disable logging your Lambda output to CloudWatch Logs | bool | true | no |
76-
| lambda\_at\_edge | Set this to true if using Lambda@Edge, to enable publishing, limit the timeout, and allow edgelambda.amazonaws.com to invoke the function | bool | false | no |
77-
| policy | An additional policy to attach to the Lambda function role | object({json=string}) | | no |
72+
| **source\_path** | The absolute path to a local file or directory containing your Lambda source code | `string` | | yes |
73+
| build\_command | The command to run to create the Lambda package zip file | `string` | `"python build.py '$filename' '$runtime' '$source'"` | no |
74+
| build\_paths | The files or directories used by the build command, to trigger new Lambda package builds whenever build scripts change | `list(string)` | `["build.py"]` | no |
75+
| cloudwatch\_logs | Set this to false to disable logging your Lambda output to CloudWatch Logs | `bool` | `true` | no |
76+
| lambda\_at\_edge | Set this to true if using Lambda@Edge, to enable publishing, limit the timeout, and allow edgelambda.amazonaws.com to invoke the function | `bool` | `false` | no |
77+
| policy | An additional policy to attach to the Lambda function role | `object({json=string})` | | no |
7878

7979
The following arguments from the [aws_lambda_function](https://www.terraform.io/docs/providers/aws/r/lambda_function.html) resource are not supported:
8080

0 commit comments

Comments
 (0)