{"id":49913746,"url":"https://github.com/ilhan-mstf/tdd-sample-app","last_synced_at":"2026-05-16T14:05:50.050Z","repository":{"id":74079766,"uuid":"162128695","full_name":"ilhan-mstf/tdd-sample-app","owner":"ilhan-mstf","description":"A sample app that implements Continous Integration and Continous Deployment flow.","archived":false,"fork":false,"pushed_at":"2019-01-03T14:31:20.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-12T00:39:12.724Z","etag":null,"topics":["aws-lambda","codecov","continuous-deployment","continuous-integration","devops","python","serverless","tdd-sample","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilhan-mstf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T12:39:27.000Z","updated_at":"2019-01-24T17:23:38.000Z","dependencies_parsed_at":"2023-07-03T11:16:22.377Z","dependency_job_id":null,"html_url":"https://github.com/ilhan-mstf/tdd-sample-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilhan-mstf/tdd-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhan-mstf%2Ftdd-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhan-mstf%2Ftdd-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhan-mstf%2Ftdd-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhan-mstf%2Ftdd-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilhan-mstf","download_url":"https://codeload.github.com/ilhan-mstf/tdd-sample-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilhan-mstf%2Ftdd-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33105721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","codecov","continuous-deployment","continuous-integration","devops","python","serverless","tdd-sample","travis-ci"],"created_at":"2026-05-16T14:05:49.291Z","updated_at":"2026-05-16T14:05:50.043Z","avatar_url":"https://github.com/ilhan-mstf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tdd-sample-app\n[![Build Status](https://travis-ci.com/ilhan-mstf/tdd-sample-app.svg?branch=master)](https://travis-ci.com/ilhan-mstf/tdd-sample-app) [![codecov](https://codecov.io/gh/ilhan-mstf/tdd-sample-app/branch/master/graph/badge.svg)](https://codecov.io/gh/ilhan-mstf/tdd-sample-app)\n\n\u003e A sample app that implements Continous Integration and Continous Deployment flow.\n\nThis repo provides a sample flow for integration test and automatic deployment of a project. The functionality of the project is to sum given numbers. It is deployed to the AWS Lamda. Lambda function is invoked by a HTTP call. There is two different HTTP call; first one is a `GET` request and just returns 'Hello World' json response and the other one is a `POST` request gets numbers from request body, validates numbers and returns summation of them as a json.\n\nIn this project, GitFlow branching model is followed and automatic tests and deployment operations are run when there is a new commit to branches: dev, release/\\*, and master. Each branch has a different deployment stage. For example, master branch is deployed to production, on the other hand, release/\\* branch is deployed to beta, and lastly dev is deployed to dev.\n\nProject is coded in Python and for unit tests PyTest is used. To deploy AWS Lamba, Serverless Framework is used. For continuos integration and deployment Travis CI is used. Furthermore, Codecov is used to measure code covarage by unit tests.\n\nWhen a commit is pushed to one of the branches among master, dev, and release/\\* a TravisCI job is triggered. First, it prepares the environment and then run tests. If the code passes tests, code covarage report is generated and deployed to the related staging environment. If it fails, you'll get a notification about failure, and also you can track the status from TravisCI dashboard. Furthermore, badges provides a shortcut to view the status of branch and they are generated by TravisCI and CodeCov.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhan-mstf%2Ftdd-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filhan-mstf%2Ftdd-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhan-mstf%2Ftdd-sample-app/lists"}