awsutils

module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT

README

awsutils

License Go Report Card Tests Coverage Status Renovate

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 ec2/test_env # fill in TODO values
    source 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

Jump to

Keyboard shortcuts

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