paramstore-helper
v1.4.0
Published
The purpose of this tool is to make it easier on the developer to update configuration variables stored in param store. It abstracts away the internal workings of the CLI so that you're just updating variables in a UI.
Downloads
4
Readme
Introduction
The purpose of this tool is to make it easier on the developer to update configuration variables stored in param store. It abstracts away the internal workings of the CLI so that you're just updating variables in a UI.
Method 1 - ALKS CLI not setup up
Just make sure you have ALKS credentials loaded and run :
npx paramstore-helper
You probably already know this if you're updating param store, but : Local/Dev2/Dev/QA needs awsdrstnp environment variables UAT/Prod needs awsdrst environment variables
Method 2 - ALKS CLI setup and correctly
Local/Dev/QA/Dev2
npx @makemydeal/dr-alks-keys-setup -c "npx paramstore-helper"
UAT/Prod
npx @makemydeal/dr-alks-keys-setup -a awsdrst -c "npx paramstore-helper"