GithubHelp home page GithubHelp logo

juandvalenciano / envaws Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gpestana/envaws

0.0 1.0 0.0 3.76 MB

Launch a subprocess with environment variables using data from AWS Parameter store or S3

License: MIT License

Makefile 3.54% Go 95.42% Shell 1.04%

envaws's Introduction

envaws Build Status Release Version

Launch a subprocess with environment variables using data from AWS S3 or AWS parameter store.

Envaws provides a convenient way to launch a subprocess with environment variables populated from AWS services S3 and SSM. The tool is inspired by envconsul.

Envaws supports 12-factor applications which get their configuration via the environment. Environment variables are dynamically populated from S3 or SSM, but the application is unaware; applications just read environment variables. This enables extreme flexibility and portability for applications across systems.

Installation

Pre-compiled

  1. Download the binary
$ curl -so envaws https://raw.githubusercontent.com/gpestana/envaws/master/bin/envaws
  1. Make binary executable
$ chmod 755 envaws
  1. Move the binary into your $PATH.
$ mv envaws /usr/local/bin/envaws
$ chmod +x /usr/local/bin/envaws

Quick Example

Usage

Command Line Interface (CLI)

Debugging

Contributing

envaws's People

Contributors

gpestana avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.