Skip to content

Commit adb089f

Browse files
Add the architectuural diagram and updated the Readme
1 parent 42fda23 commit adb089f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ _Repository Structure_
100100
.
101101
├── .github
102102
│ └── workflows
103-
── deploy.yml
104-
── destroy.yml
103+
── deploy.yml
104+
── destroy.yml
105105
├── lambda
106106
│ └── lambda_function.py
107107
├── terraform
@@ -112,12 +112,13 @@ _Repository Structure_
112112
│ ├── lambda.tf
113113
│ ├── apigw.tf
114114
│ ├── outputs.tf
115-
── staging.tfvars
116-
── prod.tfvars
117-
| ── backend-prod.tfvars
118-
| └── backend-staging.tfvars
115+
── staging.tfvars
116+
── prod.tfvars
117+
── backend-prod.tfvars
118+
└── backend-staging.tfvars
119119
└── README.md
120120

121+
121122
- Create the lambda function, run the python funtion locally using VS Code Run Button, import boto3, logging,json, os, uuid.
122123
- Resource names follows _env-resource-name_
123124

0 commit comments

Comments
 (0)