You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ function name unique per region, for example by setting
71
71
| attach\_dead\_letter\_config | Set this to true if using the dead_letter_config variable | string |`"false"`| no |
72
72
| attach\_policy | Set this to true if using the policy variable | string |`"false"`| no |
73
73
| attach\_vpc\_config | Set this to true if using the vpc_config variable | string |`"false"`| no |
74
+
| build\_command | The command that creates the Lambda package zip file | string |`"python build.py '$filename' '$runtime' '$source'"`| no |
75
+
| build\_paths | The files or directories used by the build command, to trigger new Lambda package builds whenever build scripts change | list |`<list>`| no |
74
76
| dead\_letter\_config | Dead letter configuration for the Lambda function | map |`<map>`| no |
75
77
| description | Description of what your Lambda function does | string |`"Managed by Terraform"`| no |
76
78
| enable\_cloudwatch\_logs | Set this to false to disable logging your Lambda output to CloudWatch Logs | string |`"true"`| no |
0 commit comments