Skip to content

roketworks/esgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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