Skip to content

thatarchguy/aws-parameter-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A package to upload config ini files to AWS Systems Manager Parameter Store

$ aws-parameter-uploader --help
Usage: aws-parameter-uploader [OPTIONS] FILENAME

Options:
  --namespace TEXT  The application name
  --env TEXT        The application environment (pilot, prod, etc..)
  --help            Show this message and exit.

Purpose

It will take a file in this format:

[database]
username = test
password = test

[redis]
host = redis.server.test

namespace = myapp env = prod

and upload into AWS Systems Manager Parameter Store:

Installation

pip install aws-parameter-uploader

This project uses boto3. It will require AWS credentials properly configured.

About

Upload a config ini file into AWS Systems Manager Parameter Store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages