Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Replaced manual listing of AwsSum plugins with automatic npm registry listing #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 2 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,40 +29,8 @@ documentation for that plugin.

## Plugins ##

If you have written a plugin for AwsSum, please fork this repo and add it here:

* [Amazon](https://github.com/awssum/awssum-amazon)
* [IAm](https://github.com/awssum/awssum-amazon-iam/)
* [AutoScaling](https://github.com/awssum/awssum-amazon-autoscaling/)
* [IMd](https://github.com/awssum/awssum-amazon-imd/)
* [CloudFormation](https://github.com/awssum/awssum-amazon-cloudformation/)
* [ImportExport](https://github.com/awssum/awssum-amazon-importexport/)
* [CloudFront](https://github.com/awssum/awssum-amazon-cloudfront/)
* [RDS](https://github.com/awssum/awssum-amazon-rds/)
* [CloudSearch](https://github.com/awssum/awssum-amazon-cloudsearch/)
* [CloudWatch](https://github.com/awssum/awssum-amazon-cloudwatch/)
* [Route53](https://github.com/awssum/awssum-amazon-route53/)
* [DynamoDB](https://github.com/awssum/awssum-amazon-dynamodb/)
* [S3](https://github.com/awssum/awssum-amazon-s3/)
* [EC2](https://github.com/awssum/awssum-amazon-ec2/)
* [SES](https://github.com/awssum/awssum-amazon-ses/)
* [ElastiCache](https://github.com/awssum/awssum-amazon-elasticache/)
* [SimpleDB](https://github.com/awssum/awssum-amazon-simpledb/)
* [ElasticBeanstalk](https://github.com/awssum/awssum-amazon-elasticbeanstalk/)
* [SNS](https://github.com/awssum/awssum-amazon-sns/)
* [ELB](https://github.com/awssum/awssum-amazon-elb/)
* [SQS](https://github.com/awssum/awssum-amazon-sqs/)
* [EMR](https://github.com/awssum/awssum-amazon-emr/)
* [StorageGateway](https://github.com/awssum/awssum-amazon-storagegateway/)
* [FPS](https://github.com/awssum/awssum-amazon-fps/)
* [STS](https://github.com/awssum/awssum-amazon-sts/)
* [Glacier](https://github.com/awssum/awssum-amazon-glacier/)
* [SWF](https://github.com/awssum/awssum-amazon-swf/)

Coming soon:

* [Amazon](https://github.com/awssum/awssum-amazon)
* [RedShift](https://github.com/awssum/awssum-amazon-redshift/)
[You can find all the AwsSum plugins on the NPM Registry with the `awssum-plugin` keyword.](https://npmjs.org/browse/keyword/awssum-plugin)


## Writing a Plugin ##

Expand Down