{"id":26675376,"url":"https://github.com/rackspace/runway","last_synced_at":"2025-05-15T23:07:39.409Z","repository":{"id":37686581,"uuid":"122529924","full_name":"rackspace/runway","owner":"rackspace","description":"Simplify infrastructure/app deployment.","archived":false,"fork":false,"pushed_at":"2025-05-13T22:47:10.000Z","size":28864,"stargazers_count":169,"open_issues_count":59,"forks_count":71,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-14T00:33:03.582Z","etag":null,"topics":["aws","aws-lambda","cloudformation","deployment","iac","infrastructure-as-code","serverless","serverless-framework","terraform"],"latest_commit_sha":null,"homepage":"https://runway.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rackspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2018-02-22T20:12:55.000Z","updated_at":"2025-05-12T21:38:53.000Z","dependencies_parsed_at":"2024-02-23T22:26:42.920Z","dependency_job_id":"1f1a40f3-2448-4fea-9624-11dfce3e6518","html_url":"https://github.com/rackspace/runway","commit_stats":{"total_commits":1348,"total_committers":29,"mean_commits":46.48275862068966,"dds":0.6728486646884273,"last_synced_commit":"6f108046acbf2cad06fec47f93243143742b7b74"},"previous_names":["rackspace/runway","onicagroup/runway"],"tags_count":236,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frunway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frunway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frunway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackspace%2Frunway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rackspace","download_url":"https://codeload.github.com/rackspace/runway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436948,"owners_count":22070947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","aws-lambda","cloudformation","deployment","iac","infrastructure-as-code","serverless","serverless-framework","terraform"],"created_at":"2025-03-26T03:17:50.634Z","updated_at":"2025-05-15T23:07:34.079Z","avatar_url":"https://github.com/rackspace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Runway\n\n[![CI/CD](https://github.com/rackspace/runway/actions/workflows/cicd.yml/badge.svg)](https://github.com/rackspace/runway/actions/workflows/cicd.yml)\n[![codecov](https://codecov.io/gh/rackspace/runway/branch/master/graph/badge.svg?token=Ku28I0RY80)](https://codecov.io/gh/rackspace/runway)\n[![PyPi](https://img.shields.io/pypi/v/runway?style=flat)](https://pypi.org/project/runway/)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/rackspace/runway/master.svg)](https://results.pre-commit.ci/latest/github/rackspace/runway/master)\n\n![runway-example.gif](https://raw.githubusercontent.com/rackspace/runway/master/docs/source/images/runway-example.gif)\n\nRunway is a lightweight integration app designed to ease management of infrastructure tools.\n\nIts main goals are to encourage GitOps best-practices, avoid convoluted Makefiles/scripts (enabling identical deployments from a workstation or CI job), and enable developers/admins to use the best tool for any given job.\n\n## Features\n\n- Centralized environment-specific configuration\n- Automatic environment identification from git branches\n- Support of IAM roles to assume for each deployment\n- Terraform backend/workspace config management w/per-environment tfvars\n- Automatic kubectl/terraform version management per-environment\n\n### Supported Deployment Tools\n\n- AWS CDK\n- Kubectl\n- Serverless Framework\n- CFNgin (CloudFormation)\n- Static websites (build \u0026 deploy to S3+CloudFront)\n- Terraform\n\n## Example\n\nA typical Runway configuration is unobtrusive -- it just lists the deployment order and locations (regions).\n\n```yml\ndeployments:\n  - modules:\n      - resources.tf  # terraform resources\n      - backend.sls  # serverless lambda functions\n      - frontend  # static web site\n    environments:  # Environments\n      dev: \"123456789012\"  # AWS development Account ID\n      prod: \"234567890123\"  # AWS production Account ID\n    regions:\n      - us-east-1\n```\n\nThe example above contains enough information for Runway to deploy all resources, lambda functions and a static website backed by S3 and Cloudfront in either dev or prod environments\n\n## Install\n\n```shell\n$ pip install runway\n$ runway new\n# OR\n$ poetry add --dev runway\n$ poetry run runway new\n```\n\n## Documentation\n\nSee the [doc site](https://runway.readthedocs.io) for full documentation.\n\nQuickstart documentation, including CloudFormation templates and walkthrough can be found [here](https://runway.readthedocs.io/page/quickstart/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackspace%2Frunway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frackspace%2Frunway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackspace%2Frunway/lists"}