Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta Issue: Migrate to upstream awslabs/aws-sdk-go #1488

Closed
catsby opened this issue Apr 10, 2015 · 6 comments
Closed

Meta Issue: Migrate to upstream awslabs/aws-sdk-go #1488

catsby opened this issue Apr 10, 2015 · 6 comments

Comments

@catsby
Copy link
Contributor

catsby commented Apr 10, 2015

This is a meta issue to track our migration of AWS resources to the upstream version of aws-sdk-go at https://github.com/awslabs/aws-sdk-go.

If anyone would like to contribute, see my previous PRs (linked below) for examples of the general work to be done in each PR. To aid us here, there are upstream versions of tags.go and structure.go, with the _sdk prefix. In them are the awslabs version of the methods contained in the originals, so tagsToMap becomes tagsToMapSDK, etc.

Resource PR Merged
autoscaling group #1513
db instance #1510
db parameter group #1510
db security group #1510
db subnet group #1510
eip #1408
elb #1532
instance #1558
internet gateway #1407
key pair #1397
launch configuration #1553
main route table association #1489
network acl #1509
network_interface #1411
route53 record #1519
route53 zone #1519
route table #1489
route table association #1489
s3 bucket #1520
security group #1446
subnet #1398
vpc #1486
vpc peering connection #1522
vpn gateway #1531

Questions?
Missing something?
Ask and I'm here to help 😄

@ocxo
Copy link

ocxo commented Apr 12, 2015

@catsby I'm trying to take a shot at converting the instance resource but hitting errors like

builtin/providers/aws/resource_aws_instance.go:322: undefined: "github.com/awslabs/aws-sdk-go/service/ec2".RunInstancesRequest
builtin/providers/aws/resource_aws_instance.go:359: undefined: "github.com/awslabs/aws-sdk-go/aws".Integer
builtin/providers/aws/resource_aws_instance.go:799: undefined: "github.com/awslabs/aws-sdk-go/aws".StringValue

Could you help point me in the right direction?

@ocxo
Copy link

ocxo commented Apr 12, 2015

Figured it out... it helps if I use the correct methods 😄

@ocxo
Copy link

ocxo commented Apr 16, 2015

@catsby just in case you were waiting for me on the instance conversion, I moved on to route53 (which you got covered) and haven't come back to instance yet, feel free to bring that over. Thanks again for all this!

@catsby
Copy link
Contributor Author

catsby commented Apr 16, 2015

No worries, I'm doing Instance today and then we'll be done!

@catsby
Copy link
Contributor Author

catsby commented Apr 16, 2015

Everything is merged!

@catsby catsby closed this as completed Apr 16, 2015
@ghost
Copy link

ghost commented May 3, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants