Created
August 21, 2015 10:29
-
-
Save brendanhay/1d9b35d54c8cb6be2675 to your computer and use it in GitHub Desktop.
Number of operations per service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amazonka-ec2: 187 | |
amazonka-iam: 114 | |
amazonka-rds: 81 | |
amazonka-opsworks: 75 | |
amazonka-redshift: 64 | |
amazonka-s3: 57 | |
amazonka-storagegateway: 55 | |
amazonka-autoscaling: 53 | |
amazonka-elasticache: 42 | |
amazonka-elasticbeanstalk: 37 | |
amazonka-codedeploy: 37 | |
amazonka-swf: 36 | |
amazonka-glacier: 36 | |
amazonka-route53: 35 | |
amazonka-elb: 33 | |
amazonka-ecs: 32 | |
amazonka-ml: 31 | |
amazonka-kms: 31 | |
amazonka-sns: 30 | |
amazonka-efs: 30 | |
amazonka-devicefarm: 30 | |
amazonka-cloudsearch: 29 | |
amazonka-codepipeline: 28 | |
amazonka-ses: 27 | |
amazonka-cloudwatch-logs: 27 | |
amazonka-cloudfront: 26 | |
amazonka-directconnect: 24 | |
amazonka-datapipeline: 24 | |
amazonka-route53-domains: 23 | |
amazonka-cognito-identity: 23 | |
amazonka-sqs: 22 | |
amazonka-elastictranscoder: 22 | |
amazonka-ds: 22 | |
amazonka-cognito-sync: 22 | |
amazonka-cloudhsm: 22 | |
amazonka-cloudformation: 22 | |
amazonka-lambda: 21 | |
amazonka-emr: 21 | |
amazonka-support: 19 | |
amazonka-kinesis: 18 | |
amazonka-dynamodb: 18 | |
amazonka-ssm: 16 | |
amazonka-config: 16 | |
amazonka-codecommit: 16 | |
amazonka-cloudwatch: 16 | |
amazonka-sdb: 15 | |
amazonka-cloudtrail: 13 | |
amazonka-workspaces: 12 | |
amazonka-sts: 11 | |
amazonka-importexport: 11 | |
amazonka-dynamodb-streams: 9 | |
amazonka-cloudsearch-domains: 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in $(find . -maxdepth 1 -type d -name 'amazonka-*'); do; echo -n $i": "; (find $i/gen -type f | wc -l ); done | sort -t" " -k2n -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment