Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.19 KB

Lyra

Example AWS plugin

Lyra is an open source workflow engine for provisioning and managing cloud native infrastructure. Using infrastructure as code, Lyra enables you to declaratively provision and manage public cloud, private cloud, and other API-backed resources as well as orchestrate imperative actions.

This repo contains an example plugin that provides AWS content. It implements a few resources only and is intended to be a learning resource for plugin creators.

This plugin is not intended for solving real-world problems! The content included with Lyra uses the Lyra Terraform Bridge makes Terraform providers and is much more comprehensive.

Build

The project requires Go 1.11 or higher, and go modules to be on.

Build the project using make:

make

When no targets are specified, the build will lint, test, compile and sanity-check..

Contributing

We'd love to get contributions from you! For a quick guide, take a look at our guide to contributing.