Skip to content

dcowgill/awsjunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    awsjunk

    junk-drawer (noun): A drawer designated for the storage of various
    miscellaneous, small, occasionally useful items of little value.

    Installation

        go get -u github.com/dcowgill/awsjunk
        awsjunk --help

    You might have to install Go first.
    You should also set GOPATH and add it to PATH, like so:

        export GOPATH=$HOME/go
        export PATH=$GOPATH/bin:$PATH

    AWS credentials

    As is typical for AWS CLI programs, you can do one of the following:

    • Set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment vars
    • Use the credential profiles file (~/.aws/credentials on MacOS/Linux)

About

Junk drawer of AWS utilities and helpers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages