failsafe-engineering/serverless-aws-apigateway-documentation

HttpApi is not supported

Opened this issue · 0 comments

I tried to use this plugin with a Lambda that has HttpApi only.

First it genrated the AwsDocApiId section in the CloudFormation template that referencing to the non-existing REST API. Then I tried to fool it with some tricks but still there's another error regarding "Invalid API identifier specified". I guess it might have tried to find the HttpApi in the list of REST APIs.

Is there a plan to support HttpApi? Or any alternative tools/approaches to recommend?