https://github.com/phogolabs/theta
Building lambda functions with ease
https://github.com/phogolabs/theta
golang lambda serverless
Last synced: about 2 months ago
JSON representation
Building lambda functions with ease
- Host: GitHub
- URL: https://github.com/phogolabs/theta
- Owner: phogolabs
- License: mit
- Created: 2019-12-13T10:00:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T23:34:34.000Z (about 1 year ago)
- Last Synced: 2025-08-14T21:42:40.088Z (8 months ago)
- Topics: golang, lambda, serverless
- Language: Go
- Size: 538 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# theta
Building lambda functions with ease
[![Documentation][godoc-img]][godoc-url]
[![License][license-img]][license-url]
[![Build Status][action-img]][action-url]
[![Coverage][codecov-img]][codecov-url]
[![Go Report Card][report-img]][report-url]
## Overview
`Theta` is a minimalistic package on top of AWS packages. It provides a way to
build a set of lambda functions that handles different events from different
source (kinesis, sqs, dynamodb).
## Installation
```console
$ go get -u github.com/phogolabs/theta
```
## Contributing
We are open for any contributions. Just fork the
[project](https://github.com/phogolabs/theta).
[report-img]: https://goreportcard.com/badge/github.com/phogolabs/theta
[report-url]: https://goreportcard.com/report/github.com/phogolabs/theta
[logo-author-url]: https://www.freepik.com/free-vector/abstract-cross-logo-template_1185919.htm
[logo-license]: http://creativecommons.org/licenses/by/3.0/
[codecov-url]: https://codecov.io/gh/phogolabs/theta
[codecov-img]: https://codecov.io/gh/phogolabs/theta/branch/master/graph/badge.svg
[action-img]: https://github.com/phogolabs/theta/workflows/main/badge.svg
[action-url]: https://github.com/phogolabs/theta/actions
[godoc-url]: https://godoc.org/github.com/phogolabs/theta
[godoc-img]: https://godoc.org/github.com/phogolabs/theta?status.svg
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: LICENSE