Skip to content

Commit dbcf77d

Browse files
authored
Update README.md
1 parent 86b2ca6 commit dbcf77d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,40 @@ def index():
7979
return "✅ Deployed Flask 3.0 App via AWS ECS + CodePipeline 🚀"
8080

8181

82+
83+
84+
---
85+
86+
87+
## 🧪 Testing the App
88+
After successful deployment, access your application via:
89+
90+
Application Load Balancer (ALB) DNS name
91+
92+
OR ECS Task public IP (if configured)
93+
94+
✅ Deployed Flask 3.0 App via AWS ECS + CodePipeline 🚀
95+
96+
97+
## 📈 Optional Enhancements
98+
Add unit tests to CodeBuild phase
99+
100+
Add CloudWatch Logs for ECS service
101+
102+
Configure Blue/Green Deployment with health checks
103+
104+
Setup GitHub Actions instead of CodeBuild for CI
105+
106+
Add Slack or Email Notification using SNS
107+
108+
109+
## 📄 License
110+
MIT License – free to use and modify.
111+
112+
113+
## 👨‍💻 Author
114+
Harsh Sonkar
115+
AWS | Python | DevOps | Full Stack | Data Engineer
116+
117+
118+

0 commit comments

Comments
 (0)