Skip to content

Commit cc2e4bf

Browse files
committed
Remove 'supported services' section in the README
1 parent 8309368 commit cc2e4bf

File tree

1 file changed

+4
-46
lines changed

1 file changed

+4
-46
lines changed

README.md

+4-46
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ much warning, so please vendor your dependencies w/ Godep or similar.
1919

2020
Please do not confuse this for a stable, feature-complete library.
2121

22+
Note that many services are currently not fully implemented. Some operations
23+
might work, but not all, especially for XML-based services. We are currently
24+
working to build out better service support, please bear with us!
25+
2226
## Installing
2327

2428
Let's say you want to use EC2:
@@ -43,49 +47,3 @@ if err != nil {
4347
}
4448
fmt.Println(resp.Reservations)
4549
```
46-
47-
## Supported Services
48-
49-
* AutoScaling
50-
* CloudFormation
51-
* CloudFront
52-
* CloudHSM
53-
* CloudSearch
54-
* CloudSearchdomain
55-
* CloudTrail
56-
* CloudWatch Metrics
57-
* CloudWatch Logs
58-
* CodeDeploy
59-
* Cognito Identity
60-
* Cognito Sync
61-
* Config
62-
* Data Pipeline
63-
* Direct Connect
64-
* DynamoDB
65-
* EC2
66-
* EC2 Container Service
67-
* Elasticache
68-
* Elastic Beanstalk
69-
* Elastic Transcoder
70-
* ELB
71-
* EMR
72-
* Glacier
73-
* IAM
74-
* Import/Export
75-
* Kinesis
76-
* Key Management Service
77-
* Lambda
78-
* OpsWorks
79-
* RDS
80-
* RedShift
81-
* Route53
82-
* Route53 Domains
83-
* S3
84-
* SimpleDB
85-
* Simple Email Service
86-
* SNS
87-
* SQS
88-
* Storage Gateway
89-
* STS
90-
* Support
91-
* SWF

0 commit comments

Comments
 (0)