awsutils

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT

README

awsutils

License Go Report Card Tests Pre-commit Coverage Status

This repo is comprised of aws utilities that I use across various go projects.

Dependencies


Developer Environment Setup

  1. Fork this project

  2. (Optional) If you installed gvm:

    source "${HOME}/.gvm"
    
  3. Install pre-commit hooks and dependencies:

    mage installPreCommitHooks
    
  4. Update and run pre-commit hooks locally:

    mage runPreCommit
    
  5. Fill out all TODO values in test_env files for code that you want to modify and test:

    vi pkg/ec2/test_env # fill in TODO values
    source pkg/ec2/test_env # export the env vars
    

    Alternatively, you can debug with vscode by removing the export statements in front of each variable.

Directories

Path Synopsis
pkg
ec2
s3
ssm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL