###### Runway ###### Runway is a lightweight wrapper around infrastructure deployment (e.g. CloudFormation, Terraform, Serverless) tools to ease management of per-environment configs & deployment. .. image:: images/runway-example.gif :align: center :alt: runway-example.gif .. toctree:: :caption: Runway :maxdepth: 2 :hidden: installation upgrades getting_started quickstart/index commands runway_config lookups/index repo_structure ---- ******************** Module Configuration ******************** AWS Cloud Development Kit (CDK) =============================== The CDK module type is deployed using the `AWS Cloud Development Kit (CDK) `__. Runway uses `system installed npm `__ to install the CDK per-module. This means that the CDK must be included as a dev dependency in the **package.json** of the module. - :ref:`Configuration ` - :ref:`Directory Structure ` - :ref:`Advanced Features ` .. toctree:: :caption: AWS Cloud Development Kit (CDK) :maxdepth: 2 :hidden: cdk/configuration cdk/directory_structure cdk/advanced_features CloudFormation & Troposphere ============================ The CloudFormation module type is deployed using Runway's CloudFormation engine (CFNgin). It is able to deploy raw CloudFormation templates (JSON & YAML) and Troposphere_ templates that are written in the form of a :ref:`Blueprint`. - :ref:`Configuration ` - :ref:`Directory Structure ` - :ref:`Advanced Features ` .. toctree:: :caption: CloudFormation & Troposphere :maxdepth: 2 :hidden: cfngin/configuration cfngin/directory_structure cfngin/advanced_features cfngin/migrating .. _Troposphere: https://github.com/cloudtools/troposphere Serverless Framework ==================== The Serverless module type is deployed using the `Serverless Framework `__. Runway uses `system installed npm `__ to install Serverless per-module. This means that Serverless must be included as a dev dependency in the **package.json** of the module. - :ref:`Configuration ` - :ref:`Directory Structure ` - :ref:`Advanced Features ` .. toctree:: :caption: Serverless Framework :maxdepth: 2 :hidden: serverless/configuration serverless/directory_structure serverless/advanced_features Static Site =========== This module type performs idempotent deployments of static websites. It combines CloudFormation stacks (for S3 buckets & CloudFront Distribution) with additional logic to build & sync the sites. A start-to-finish example walkthrough is available in the :ref:`Conduit quickstart`. .. note:: The CloudFront Distribution that is created by default can take a significant amount of time to spin up on initial deploy (5 to 60 minutes is not abnormal). Incorporating CloudFront with a static site is a common best practice, however, if you are working on a development project it may benefit you to add the :ref:`staticsite_cf_disable ` parameter. - :ref:`Configuration ` - :ref:`Directory Structure ` - :ref:`Examples ` - :ref:`Advanced Features ` .. toctree:: :caption: Static Site :maxdepth: 2 :hidden: staticsite/configuration staticsite/directory_structure staticsite/examples staticsite/advanced_features Terraform ========= Runway provides a simple way to run the Terraform versions you want with variable values specific to each environment. Terraform does not need to be installed prior to using this module type. Runway maintains a cache of Terraform versions on a system, downloading and installing different versions as needed. - :ref:`Configuration ` - :ref:`Directory Structure ` - :ref:`Advanced Features ` .. toctree:: :caption: Terraform :maxdepth: 2 :hidden: terraform/configuration terraform/directory_structure terraform/advanced_features ---- .. toctree:: :caption: Developers Guide :maxdepth: 2 :glob: :hidden: apidocs/index developers/* .. toctree:: :caption: Maintainers Guide :maxdepth: 2 :glob: :hidden: maintainers/* .. toctree:: :caption: Additional Information :maxdepth: 2 :hidden: changelog License terminology