#parameters #aws #update #aws-cli #quickly #updating #cli

bin+lib aws_parameter_update

A small tool used to quickly update simple AWS Parameters

10 unstable releases (3 breaking)

0.5.1 Jul 29, 2021
0.5.0 Jul 29, 2021
0.4.2 Mar 29, 2021
0.4.1 Jan 19, 2021
0.2.3 Apr 5, 2020

#9 in #updating

27 downloads per month

Custom license

27KB
295 lines

AWS Parameter Update Tool

This is a small tool used to quickly update simple AWS Parameters.

CLI Tool

Run apu -h to see a list of commands and their usage.

Updating From a File

The file structure for updating paramters is as follows:

- name: "new_parameter"
  value: "Example parameter"
  description: "An example of an unsecure parameter"
  is_secure: false
- name: "new_secure_parameter"
  value: "$uper$ecretP@$$W0rd"
  description: "An example of a secure parameter"
  is_secure: true

lib.rs:

AWS Parameter Update Library

aws_parameter_update is a small tool used to quickly update simple AWS Parameters

Dependencies

~12–24MB
~316K SLoC