-
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
Add alias information to serverless info command #2
Comments
I suggest to make this part of the built-in |
I can try to do that (if hooks are available in that area)... hooks work. Expect it to be there soon. |
There is an issue with the APIGateway::getDeployment() REST API function. According to the documentation it should return the API layout, but it does not.
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. |
Due to the AWS issue mentioned in the comment above I created a separate task for the APIG information. |
serverless alias
should show a list of deployed aliases.This is helpful if you want to get an overview or want to remove aliases that are not needed anymore and consume resources for nothing.
The text was updated successfully, but these errors were encountered: