/oasp4fn

The Open Application Standard Platform for node.js and serverless

Primary LanguageTypeScriptApache License 2.0Apache-2.0

OASP4fn

Oasp4fn will help you to develop your javascript cloud backend in a fast and easy way, thanks to his intuitive API and his query-style usage and making use of the serverless framework and the webpack build tool in the deployment. You only have to choose the services you want to use with your desired options and it will be ready to use.

For more information and examples, please check out our github wiki.

Branch structure

The branch strategy in Oasp4fn, is strongly focused on the different provider used and the command line interface as described below:

  • master: The current release.
  • develop: The pre-release, all the code related to the new functionalities to be in the next release.
  • develop-aws: The development of all the stuff related to the AWS provider.
  • develop-kubeless: The development of all the stuff related to the kubeless framework.
  • develop-cli: The command line interface development.