File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-
44
55# Step 1: build the lambda function using the provided Bash script, or Powershell script.
66
7- It is not exactly a build, it only creates a zip file containing the Python file.
7+ It is not exactly a build, it only creates a zip file containing the Python file. The zip file is then used in the Terraform scripts.
88
99``` bash
1010cd backend/lambda
@@ -18,6 +18,11 @@ cd backend/terraform
1818terraform apply
1919```
2020
21+ The scripts creates:
22+ - IAM Policy & Role for the Lambda function
23+ - A SQS queue to trigger the Lambda in an event-driven way
24+ - A lambda function using the zip file created at step 1.
25+
2126This is just a quick example, the state is stored locally, and there are variables.
2227
2328# Step 3: Configure the application's .env file
You can’t perform that action at this time.
0 commit comments