gaga
v0.1.2
Published
manage configuration with dynamodb
Downloads
2
Readme
#gaga
manage configuration with dynamodb
##usage
#show your config content
$ gaga show -t <your-dynamo-table> -i <item-id>
#save your config as config.json
$ gaga pull -t <your-dynamo-table> -i <item-id>
#push your json file to dynamo db as current item
$ gaga push -t <your-dynamo-table> -f <file>
MIT