File tree 1 file changed +4
-46
lines changed
1 file changed +4
-46
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ much warning, so please vendor your dependencies w/ Godep or similar.
19
19
20
20
Please do not confuse this for a stable, feature-complete library.
21
21
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
+
22
26
## Installing
23
27
24
28
Let's say you want to use EC2:
@@ -43,49 +47,3 @@ if err != nil {
43
47
}
44
48
fmt.Println (resp.Reservations )
45
49
```
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
You can’t perform that action at this time.
0 commit comments