Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mariotoffia/goservice

A simple lego like toolkit to write services to run "anywhere" especially AWS lambdas
https://github.com/mariotoffia/goservice

aws go golang library sdk services

Last synced: about 2 months ago
JSON representation

A simple lego like toolkit to write services to run "anywhere" especially AWS lambdas

Awesome Lists containing this project

README

        

= Go Service SDK

This is a _SDK_ that allows for writing, portable, services much more simpler. It uses a animalistic _"lego brick"_ approach to build larger bricks from smaller that one may use in different level to write services such as _AWS Lambdas_.

== Managers
A set of managers that implements interfaces to allow for replacement of technologies such as s3 or filesystem, kms or local encryption / signing etc.

All managers implements interfaces from the `interface` sub-packages.