Discuss you're experiences and questions with the Developer Preview AWS SDK for Go v2
jasdel on fixup
codegen: Fixup JSON RPC client … regenerate api clients skip incorrect serialization te… and 1 more (compare)
skotambkar on main
Adds endpoint resolver helpers … (compare)
jasdel on fixup
codegen: Fixup JSON RPC client … regenerate api clients add changenotes (compare)
jasdel on fixup
codegen: Fixup JSON RPC client … regenerate api clients add changenotes (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.