awsutils

module
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 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. If running tests, create a test_env file from test_env_template and fill out all TODO values.

    Once all vars are filled out, export them:

    source test_env
    

    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