Skip to content

Commit fcb47c4

Browse files
committed
Doc
1 parent 9d73c68 commit fcb47c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1010
cd backend/lambda
@@ -18,6 +18,11 @@ cd backend/terraform
1818
terraform 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+
2126
This is just a quick example, the state is stored locally, and there are variables.
2227

2328
# Step 3: Configure the application's .env file

0 commit comments

Comments
 (0)