Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/silic0ns0ldier/serverless-project-poc
- Owner: Silic0nS0ldier
- Created: 2019-06-12T21:08:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:48:27.000Z (almost 2 years ago)
- Last Synced: 2023-04-30T07:08:48.480Z (over 1 year ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.