Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.21 KB

esgo

Serverless EventSourcing with go!

Build GoDoc codecov Go Report Card FOSSA Status

Esgo is a helper library for Golang >=1.14 that provides the following to help wth implementing basic Event Sourcing in AWS serverless architectures with DyanmoDb, SQS & Lambda.

Install

go get github.com/roketworks/esgo

Build & Test

Requirements

  • go >= 1.14
  • docker
  • docker-compose
make mod
make setup
make build 
make test

License

FOSSA Status