Build Lambda packages (saves *.zip files in terraform/)
(self)
| 119 | subprocess.check_call(['terraform', 'apply', '-auto-approve=false']) |
| 120 | |
| 121 | def build(self) -> None: |
| 122 | """Build Lambda packages (saves *.zip files in terraform/)""" |
| 123 | lambda_build(TERRAFORM_DIR, self._config.enable_carbon_black_downloader == 1) |
| 124 | |
| 125 | def cb_copy_all(self) -> None: |
| 126 | """Copy all binaries from CarbonBlack Response into BinaryAlert |
no outgoing calls