serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 66 forks source link

Support API keys (per alias) #25

Open HyperBrain opened 7 years ago

HyperBrain commented 7 years ago

In AWS API Gateway API keys are set per stage. They can be configured completely different, even with different usage plans per stage.

After experimenting with the Serverless implementation and workflow I will describe the feature as it will be implemented in detail here.

mike-suggitt commented 4 years ago

Is there any updates on this at all? I'm using the plugin and when i include api keys i get an invalid cloudformation template.

I'm happy to help but would need some guidance on where to look. Thanks