Giter VIP home page Giter VIP logo

halo's Introduction

Halo

A master chief app that manages application settings as json (just a glorified kev value store run from lambda - backed by s3). The commander of your distributed system. Inspired by the KV segment of consul.io.

Steps to get started

  1. Create a new function in lambda
  2. If neccisarry build the halo module with make build
  3. Change the function code entry type to Upload a .zip file
  4. Upload the dist/halo.zip
  5. Set the HALO_BUCKET_NAME env var on the lambda. This is the bucket is s3 that halo will use to access the configuration file. Ex. my-halo-bukcet
  6. Set the HALO_FILE_NAME env var on the lambda. This is the file that halo will use to store the configuration. Make sure its a .json file. Ex. configs.json
  7. If the bucket and file you specified don't already exist go create them. Upload an empty json file as the file.
  8. If you plan to access the halo via http go back to the lambda function and setup an API Gateway.

halo's People

Stargazers

kentapolis avatar

Watchers

James Cloos avatar  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.