Serverless release 0.1.0

This is the first release of the new @mockoon/serverless package. It helps you run your mock APIs in cloud functions and serverless environments: AWS Lambda, GCP/Firebase Functions, etc.

The library exposes a MockoonServerless class with functions helping you generate the required RequestListener or handler, depending on the cloud provider you are using.

Head over to the dedicated documentation to learn more.

(Issue #861)