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
+11-1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,16 @@ This module provisions:
19
19
20
20
## Usage
21
21
22
+
### Setup terraform module
23
+
24
+
#### Download lambda
25
+
26
+
To apply the terraform module, the compiled lambdas (.zip files) need to be available locally. They can either be downloaded from the GitHub release page or built locally.
27
+
28
+
The lambdas can be downloaded manually from the [release page](https://github.com/iKnowJavaScript/terraform-aws-vulne-soldier/releases) or by building the Lambda folder using Node.
29
+
30
+
For local development you can build the lambdas at once using `/lambda` or individually using `npm zip`.
31
+
22
32
### Example Configuration
23
33
24
34
To deploy the `vulne-soldier` module, you can use the following configuration in your Terraform setup:
0 commit comments