Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.03 KB

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.