-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show APIG information on serverless info #3
Comments
Currently the APIG deployed stage details cannot be shown. It seems that there is a bug in AWS::APIGateway::getDeployment() that prevents the return of the apiSummary object, which we need here. As soon as they've fixed the issue the functionality can be enabled again. |
AWS confirmed that there is a bug in the ApiGateway REST API. So I keep this as "blocked" until I receive further information. |
Got an answer. There is a workaround to get the API summary information on a deployed APIG stage.
Nevertheless this would mean that there has to be a HTTP client in the implementation which would just be temporary. Maybe the client in the AWS SDK can be used directly here, to not add additional dependencies. |
Migrate to Artifactory * migrate to artifactory * update docker image for CCI * lts/Erbium
Additionally to function information, the plugin should display APIG information of the deployed APIG stages when invoked by
serverless info
.The text was updated successfully, but these errors were encountered: