Skip to content

Quick hack script to call aws with their own generated json skeletons

License

Notifications You must be signed in to change notification settings

theist/awsmancer-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

awsmancer-perl

Quick hack script to call aws with their own generated json skeletons

All the aws-cli commands nos support input by json files, to generate these files you can call any command with --generate-cli-skeleton parameter, which dump a json template.

Those skeletons can be used as input for the other parameter --cli-input-json as a way to specify parameters for AWS API calls.

This script gets those skeletons, lets you edit it and uses the edited file to call aws cli.

About

Quick hack script to call aws with their own generated json skeletons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages