Flightcontrol
Flightcontrol deploys applications to your own AWS account with a Heroku-like developer experience. It provisions and manages AWS infrastructure from a flightcontrol.json config-as-code file and exposes an HTTP management API for triggering deployments, managing environments, services, environment variables, scaling, jobs, domains, and CloudFront cache invalidation.
APIs
Flightcontrol Management API
Bearer-authenticated HTTP API to integrate Flightcontrol with CI/CD and automation - read deployment status, create and edit environments, list services, set environment variabl...
Flightcontrol Deploy Hooks API
Secret-in-URL GET deploy hooks to trigger a deployment for a normal or preview environment from any build or CI system; returns the new deploymentId.
Flightcontrol CloudFront Invalidation API
Create a CloudFront cache invalidation for a service's distribution and check the status of a prior invalidation request.
Flightcontrol Config-as-Code
Version-controlled flightcontrol.json (or flightcontrol.cue) declaring environments, services, regions, sources, and environment variables that drive AWS provisioning; a publish...