Andrew Curioso

Results 5 issues of 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

enhancement

If the function has `cors` configured on it, the documentation should contain the appropriate headers.

enhancement

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

enhancement
help wanted

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

enhancement
help wanted

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

enhancement
help wanted