Discuss you're experiences and questions with the Developer Preview AWS SDK for Go v2
skmcgrail on documentation
Fixing a typo in the documentat… (compare)
jasdel on fixup
jasdel on main
codegen: Fix SDK's serializatio… (compare)
req
variable name as shorthand for the returned request value. You're correct that when using two examples within the same function one of the two's req
variable name will need to be updated to an alternative name. in your example something like pubReq
.
params := &organizations.ListAccountsInput{MaxResults:int64(100)}
aws.ResolveWithEndpointURL
utility to wrap your URL for media convert when creating the client. https://godoc.org/github.com/aws/aws-sdk-go-v2/aws#ResolveWithEndpointURL
mediaconvert.DescribeEndpointsRequest
https://godoc.org/github.com/aws/aws-sdk-go-v2/service/mediaconvert#DescribeEndpointsRequest.Send?
ResolveWithEndpointURL
. Also if you have feedback on the naming of that helper please let us know. The aws
package is kind of large and might be hard to find some things if not named well.