module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 12, 2023
License: MIT
Opens a new window with license information.
README
¶
awsutils

This repo is comprised of aws utilities that I use across various go projects.
Dependencies
Developer Environment Setup
-
Fork this project
-
(Optional) If you installed gvm:
source "${HOME}/.gvm"
-
Install pre-commit hooks and dependencies:
mage installPreCommitHooks
-
Update and run pre-commit hooks locally:
mage runPreCommit
-
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
¶
Click to show internal directories.
Click to hide internal directories.