Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silic0ns0ldier/serverless-project-poc

Proof of concept for serverless project to serve as a springboard for a more feature complete and refined framework later on.
https://github.com/silic0ns0ldier/serverless-project-poc

Last synced: 22 days ago
JSON representation

Proof of concept for serverless project to serve as a springboard for a more feature complete and refined framework later on.

Awesome Lists containing this project

README

        

# Low-boilerplate Monolthic Microservice Demonstration

This projects serves as a proof of concept for how a monolithic-scale project could adopt lightweight microservices in a manner that is truely infrustructure agonistic.

## Ideas

* Middleware
Through the code generation part of this system it is possible to apply middleware.
It could serve purposes such as authentication across a subset or the entire suit of services to reduce boilerplate.

## Workspace

```powershell
rollup .\hello-name.js --format cjs --file out.js --preferConst
```

Class properties are not yet part of standards (though at stage 3, so they will go ahead). A babel plugin is the best bet for now.