Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariotoffia/goservice
- Owner: mariotoffia
- License: apache-2.0
- Created: 2021-04-28T18:15:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T08:45:15.000Z (over 3 years ago)
- Last Synced: 2024-10-16T15:44:48.294Z (3 months ago)
- Topics: aws, go, golang, library, sdk, services
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.