leftclickben / serverless-api-stage

AWS API Gateway stage plugin for serverless framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide restApiId

Govinda-Fichtner opened this issue · comments

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.

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