Another E2E Solution delivered. This time with CI/CD, AWS EventBridge and ECS Fargate
dev.to·1d·
Discuss: DEV
📋Infrastructure as Code (IaC)
Preview
Report Post

To wrap up the year, I built my latest E2E project.

It is a side project however it will help us at work. We have a service that uploads documents from a third-party system. This integration requires authentication, but the system enforces a monthly password rotation. When the password expires, uploads and downloads start failing, which quickly turns into a operational issue.

To remove the need for manual updates and the risk of someone simply forgetting, I built an automation to handle this end to end.

The solution is a Python worker using Selenium with headless Chromium, executed on a schedule and backed by a full CI/CD pipeline. On every push to the main branch, GitHub Actions assumes an AWS IAM Role via OIDC (no access keys involved), builds the Docker image, and pushes it …

Similar Posts

Loading similar posts...