CI/CD Pipeline Setup
Create a CI/CD pipeline configuration for automated deployments.
Prompt (feel free to adjust it):
        Generate a GitHub Actions workflow file for a Python web application. Include steps for linting, testing with pytest, building a Docker image, and deploying to AWS ECS. Ensure environment variable handling and secret management.
    
    
    Use Cases
- Automating deployment workflows
 - Streamlining development processes
 - Ensuring consistent releases