Go AWS Lambda Utils

Overview
awslambda
is helper package for AWS Lambda on Go.
See the docs on pkg.go.dev.
Installation
$ go get github.com/grokify/go-awslambda/...
Contributing
Features, Issues, and Pull Requests are always welcome.
To contribute:
- Fork it ( http://github.com/grokify/go-awslambda/fork )
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Push to the branch (
git push origin my-new-feature
)
- Create new Pull Request
Please report issues and feature requests on Github.