This repository was archived by the owner on Jul 23, 2021. It is now read-only.
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
RestApiId not set #9
Closed
Description
I'm not sure if it's my configuration, but this plugin can't detect my RestApiId and therefore fails to update/create the documentation.
I've found a fix, which involves adding an alternative to assuming the the Cloud Formation stack has ApiId
, as it can also be taken from the ServiceEndpoint
.
I'll make a PR for discussion.