raml-serverless
raml-serverless copied to clipboard
Generate serverless HTTP event from RAML
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.