I'm just started on using aws-sdk-go and notice that the s3 requests are using http/https rather than s3 protocol. How can I read the object in s3 from my lambda within vpc using aws-sdk-go?
And I don't want to use NAT Gateway. I can do this in NodeJS but is there any way for aws-go-sdk to do the same?
Thanks!
s3://bucket/objectnotation (if this is what you are referring to) is simply a URI format, a notational style. It's not clear what you are saying you can do in Node that is different than Go... please clarify this, because there should be no difference.