FaaS TypeScript Reimplementation
- Mentors
- Jose, TRGWII
- Organization
- MetaCall
- Technologies
- linux, javascript, docker, typescript, shell scripting, Mocha, Git & Github, Metacall Core
- Topics
- web apps, cloud, faas, Serverless, Lambda Functions
This project offers a reimplementation of MetaCall FaaS but with a simpler and less performant implementation. The objective of this FaaS reimplementation is to provide a simple and portable FaaS that can be run from the CLI in order to locally test the functions and complete projects that can be deployed into MetaCall FaaS.
It mimicks the MetaCall FaaS REST API but without need of authentication and with only the required capabilities for development. This repository will share parts with MetaCall FaaS through MetaCall Protocol so code can be reused between the repositories.
In the end, MetaCall FaaS will be integrated with MetaCall CLI, providing a self contained distributable with all the compiled code which can be launched or invoked from an external CLI via API.