Skip to content

Commit 866d350

Browse files
file has been update3d
1 parent 548a8e3 commit 866d350

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Here’s how the workflow operates:
2525
![Pipeline Architecture](pipeline_architecture.svg)
2626

2727
---
28-
<br>
2928

3029
## Tech Stack 🧰
3130

@@ -70,11 +69,11 @@ With AWS CDK, the following resources are created and configured programmaticall
7069

7170

7271
---
73-
## 🚀 Packaging & Deployment
72+
## 📦 Code Packaging Packaging & Deployment
7473

7574
For every code changes, this project is leveraing `build_packages` and `cdk deploy` commands to package and deploy the code respectively.
7675

77-
### 🛠 Lambda Packaging Utility (`build_packages.py`)
76+
### 🛠 Lambda Packaging Utility (`src\build\build_packages.py`)
7877

7978
This utility script automates the packaging process for both:
8079

@@ -97,7 +96,7 @@ The `build_packages.py` script streamlines the deployment workflow by:
9796
3. **Cleaning Up:**
9897
- Removes temporary folders and tarballs to keep your workspace clean
9998

100-
### 📦 CDK Deployment
99+
## 🚀 Deployment
101100
After packages, all the resources will get deployed with the CDK command
102101

103102
```bash
@@ -112,10 +111,10 @@ cdk deploy
112111

113112
This project is a solo build by me, but if you'd like to raise issues, fork, or explore, feel free to open a discussion or submit a pull request.
114113

115-
---
116-
117114
## 📄 License
118115

119116
This project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.
120117

121118
©<a href="https://github.com/NishanthMuruganantham">Nishanth</a>
119+
120+
---

0 commit comments

Comments
 (0)