andrewcurioso / raml-serverless

Work with RAML documentation for Serverless v1.0 projects
https://www.npmjs.com/package/raml-serverless
MIT License
21 stars 2 forks source link

Generate serverless HTTP event from RAML #7

Open andrewcurioso opened 7 years ago

andrewcurioso commented 7 years ago

Take a RAML file as input and generate a Serverless HTTP events for every endpoint in the RAML. For now they can all be under a single function and the user can split it up as necessary.

This includes putting all properties that don't directly translate into Serverless under the documentation: raml: section of the HTTP event.