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
| security_groups | list(string) | List of extra security group IDs to attach to the lambda. | []
96
97
| use_codedeploy | bool | If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that). | false
97
98
| timeout | number | How long the lambda will run (in seconds) before timing out | 3 (same as terraform default)
99
+
| memory_size | number | Size of the memory of the lambda. CPU will scale along with it | 128 (same as terraform default)
0 commit comments