module
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Sep 13, 2024
License: MIT
Opens a new window with license information.
README
¶
awsutils
Commonly used aws utilities...
Project Health Status
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
¶
|
|
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. |
|
|
Click to show internal directories.
Click to hide internal directories.