Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove resource list from the install command
and uninstall command. Before: ``` Mantil node org5 created: + S3 bucket + Lambda functions + API Gateways + IAM Roles + DynamoDB tables + Cloudwatch log groups + Cloudformation stack ``` Now we have `mantil aws resources` command which will list exact resource names, not just types. ``` Resources: | NAME | TYPE | AWS RESOURCE NAME | CLOUDWATCH LOG GROUP | |------------|----------------------|----------------------------|--------------------------------------------------| | setup | Lambda Function | mantil-setup-3c2b1d2d | /aws/lambda/mantil-setup-3c2b1d2d | | authorizer | Lambda Function | mantil-authorizer-3c2b1d2d | /aws/lambda/mantil-authorizer-3c2b1d2d | | deploy | Lambda Function | mantil-deploy-3c2b1d2d | /aws/lambda/mantil-deploy-3c2b1d2d | | destroy | Lambda Function | mantil-destroy-3c2b1d2d | /aws/lambda/mantil-destroy-3c2b1d2d | | security | Lambda Function | mantil-security-3c2b1d2d | /aws/lambda/mantil-security-3c2b1d2d | | setup | CloudFormation Stack | mantil-setup-3c2b1d2d | | | http | API Gateway | mantil-http-3c2b1d2d | /aws/vendedlogs/mantil-http-access-logs-3c2b1d2d | | | S3 Bucket | mantil-3c2b1d2d | | Tags: | KEY | VALUE | |------------------|------------------------| | MANTIL_KEY | 3c2b1d2d | | MANTIL_WORKSPACE | NNq-UA4JS-Wsk8TYBwwoUw | ```
- Loading branch information