An open API service indexing awesome lists of open source software.

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

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