You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would still like to use the plugin, but when I try to, serverless is generating a CFN template that doesn't validate, the validation error I get is like the following
Unresolved resource dependencies [ApiGatewayRestApi] in the Outputs block of the template
The text was updated successfully, but these errors were encountered:
In case someone else comes across this in the future. To fix the above Unresolved resource dependencies error, you can add a CloudFormation parameter to the serverless stack named ApiGatewayRestApi with the API gateway ID value. e.g.
I'm importing an API Gateway from outside the serverless project using syntax like this
I would still like to use the plugin, but when I try to, serverless is generating a CFN template that doesn't validate, the validation error I get is like the following
The text was updated successfully, but these errors were encountered: