Simplify infrastructure/app testing/deployment
Project description
Runway
Runway is a lightweight integration app designed to ease management of infrastructure tools.
Its 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.
Features
- Centralized environment-specific configuration
- Automatic environment identification from git branches
- Automatic linting/verification
- Support of IAM roles to assume for each deployment
- Terraform backend/workspace config management w/per-environment tfvars
- Automatic kubectl/terraform version management per-environment
Supported Deployment Tools
- AWS CDK
- Kubectl
- Serverless Framework
- CFNgin (CloudFormation)
- Static websites (build & deploy to S3+CloudFront)
- Terraform
Example
A typical Runway configuration is unobtrusive -- it just lists the deployment order and locations (regions).
deployments:
- modules:
- resources.tf # terraform resources
- backend.sls # serverless lambda functions
- frontend # static web site
environments: # Environments
dev: "123456789012" # AWS development Account ID
prod: "234567890123" # AWS production Account ID
regions:
- us-east-1
The 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
Install
Runway is available via any of the following installation methods. Use whatever works best for your project/team (it's the same application no matter how you obtain it).
HTTPS Download (e.g cURL)
Use one of the endpoints below to download a single-binary executable version of Runway based on your operating system.
Operating System | Endpoint |
---|---|
Linux | https://oni.ca/runway/latest/linux |
macOS | https://oni.ca/runway/latest/osx |
Windows | https://oni.ca/runway/latest/windows |
$ curl -L oni.ca/runway/latest/osx -o runway
$ chmod +x runway
$ ./runway new
Suggested use: CloudFormation or Terraform projects
npm
$ npm i -D @onica/runway
$ npx runway new
Suggested use: Serverless or AWS CDK projects
pip (or poetry, etc)
$ pip install runway
$ runway new
# OR
$ poetry add --dev runway
$ poetry run runway new
Suggested use: Python projects
Documentation
See the doc site for full documentation.
Quickstart documentation, including CloudFormation templates and walkthrough can be found here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file runway-2.4.3.tar.gz
.
File metadata
- Download URL: runway-2.4.3.tar.gz
- Upload date:
- Size: 518.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Linux/5.8.0-1042-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc298a002174f2b1223763c6fb99b4846fccae19397196741d73faf84a9b0012 |
|
MD5 | b1849be81be4284f0d25a23028c403d0 |
|
BLAKE2b-256 | d13354539c1502164ec2dafdd820aaeac285b430198495fe093b825286acf4b3 |
File details
Details for the file runway-2.4.3-py3-none-any.whl
.
File metadata
- Download URL: runway-2.4.3-py3-none-any.whl
- Upload date:
- Size: 696.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Linux/5.8.0-1042-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a4802cd4151efa6f2409af8da706acfffd38d57f0fd7f5e4fbdbd5aeb3fd09 |
|
MD5 | cb51f8199a06459fcca61dcb73dfd8f1 |
|
BLAKE2b-256 | 419f1809bae4f77658f94d4d7cc4a0b961995115f4b8817fd5812e6bfdaa891c |