Andrew Curioso
Andrew Curioso
Automatically add the API key header (`x-api-key`) to private methods. Documentation: https://serverless.com/framework/docs/providers/aws/events/apigateway#setting-api-keys-for-your-rest-api
If the function has `cors` configured on it, the documentation should contain the appropriate headers.
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...
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...
Automatically add headers and response codes for methods with direct Lambda integrations. Example: https://serverless.com/framework/docs/providers/aws/events/apigateway#enabling-cors-with-the-lambda-integration-method