0.10.3 • Published 14 days ago

ihlp v0.10.3

Weekly downloads
-
License
MIT
Repository
-
Last release
14 days ago

IHLP

The International House of Loading Programs

Overview

IHLP is a cross-platform program designed as a lightweight helper for infrastructure management.

It compliments tools like Terraform and Serverless Framework, adding pre-deployment (like installing specific Terraform versions or initializing per-environment Terraform backends) and post-deployment (like syncing files to a S3 bucket and invalidating their CloudFront distribution cache) actions.

Its variable system facilitates moving configuration values between tools, e.g. using CloudFormation stack output values in Terraform backend configuration.

Getting Started

Install ihlp via npm, e.g.:

mkdir myproject
cd myproject
npx ihlp init

The initialization process will have you choose a starter template. Custom it and deploy it via npx ihlp deploy -e dev.

Documentation

Doc site is available here.

Uses

  • Enabling safe GitOps workflows:
    • When rolling back changes, previous working builds (e.g. AWS Lambda functions or React sites) will be automatically used instead of rebuilding them
  • Combining multiple deployment systems (e.g. CloudFormation or Azure Resource Manager alongside Terraform, or Terraform and Serverless Framework)
  • Combining multiple Terraform projects
    • Especially useful for when a single Terraform configuration isn't technically feasible (e.g. dynamic provider values)
  • Enforce Terraform execution best-practices: