serverless-models-plugin
serverless-models-plugin copied to clipboard
Model support for Serverless 0.5.x
It seems that the plugin it's not hooking up with the latest release of ServerLess framework ( v1.0 )
My models in s-models.json are created and updated properly but removing a model does not delete it in API Gateway.
I found this project during my initial research on practical Serverless implementation and was wondering if any thought about compatibility with Swagger and Swagger specifications has went into it, or...
Since API Gateway does not use Models to perform any schema validation of request/response messages (currently at least), Im considering using one of the Javascript JSON-Schema [validator implementations](http://json-schema.org/implementations.html) for NodeJS...