Skip to content
forked from amitavaghosh1/ivy

Aws tool to fetch from ssm params. The structure of ssm params look like /name/env/param_name

Notifications You must be signed in to change notification settings

go-batteries/ivy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • go
  • nodejs
  • yarn

Building

  • make build (build executable for all environment)
    • make darwin (for mac)
    • make linux (for linux)
    • make windows (for windows)

The respective builds can be found in

  • out/windows
  • out/linux
  • out/darwin

Running

Running the cli app
  • ./out/${GOOS}/ivy --help
Running the web app
  • make run.server

For development of the UI:

  • cd web/frontend
  • yarn start
  • in web/frontend/src/index.js, uncomment window.BaseURL = "http://localhost:4000"

Web App In Action:

Change-Config_720.mov

About

Aws tool to fetch from ssm params. The structure of ssm params look like /name/env/param_name

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 83.5%
  • Python 13.5%
  • Makefile 3.0%