leftclickben / serverless-api-stage

AWS API Gateway stage plugin for serverless framework
MIT License
47 stars 16 forks source link

Provide restApiId #22

Open Govinda-Fichtner opened 5 years ago

Govinda-Fichtner commented 5 years ago

Is there a way to provide a custom restApiId to the plugin?

Currently it looks like this value is hard-coded to 'ApiGatewayRestApi', which is a problem if one provides a custom restAPI in the provider configuration.

leftclickben commented 5 years ago

I plan on addressing this in version 2, which I have started working on :-)