raml-serverless
raml-serverless copied to clipboard
Put all unrecognized properties under "custom"
If a RAML property cannot be understood it should be put under custom so that if a RAML file is generated from the serverless.yml
file later, it will have the same properties.
Example:
custom:
documentation:
raml:
title: My Awesome API