awsutils

module
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2022 License: MIT

README

awsutils

Commonly used aws utilities...

Photo by Todd Quackenbush at Unsplash

Project Health Status

CI Go Report Card Maintainability Test Coverage

Build, Test and Lint

> go build ./...
> go test -cover ./...
> golangci-lint run

Contributing

Thanks for contributing!

Git Workflow

Use a squashed feature branch development workflow, for example:

> git pull origin master
> git checkout -b feature-branch-name

# ... do work and make commits...
# with pushes to remote and github pull requests...

> git fetch
> git rebase -i origin/master
> git push --force origin feature-branch-name
> git checkout master
> git pull origin master
> git merge feature-branch-name
> git push origin master

For commit comments use the form:

Description of feature or change being made.

For more details on what makes a good commit message check out https://chris.beams.io/posts/git-commit/.

Some Reading Material

Directories

Path Synopsis
Package proxy provides utilities for writing aws lambda functions that act as aws api gateway v2 (http) integrations.
Package proxy provides utilities for writing aws lambda functions that act as aws api gateway v2 (http) integrations.

Jump to

Keyboard shortcuts

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