serverless-heaven / serverless-aws-alias

Alias support for Serverless 1.x
MIT License
189 stars 68 forks source link

Add alias information to serverless info command #2

Closed HyperBrain closed 7 years ago

HyperBrain commented 7 years ago

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.

arabold commented 7 years ago

I suggest to make this part of the built-in serverless info command instead.

HyperBrain commented 7 years ago

I can try to do that (if hooks are available in that area)... hooks work. Expect it to be there soon.

HyperBrain commented 7 years ago

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.

HyperBrain commented 7 years ago

Due to the AWS issue mentioned in the comment above I created a separate task for the APIG information. See Issue #3 So this one can be closed.