serverless-models-plugin icon indicating copy to clipboard operation
serverless-models-plugin copied to clipboard

Model support for Serverless 0.5.x

Results 4 serverless-models-plugin issues
Sort by recently updated
recently updated
newest added

It seems that the plugin it's not hooking up with the latest release of ServerLess framework ( v1.0 )

feature

My models in s-models.json are created and updated properly but removing a model does not delete it in API Gateway.

enhancement

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...

question

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...

question