aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

AWS SDK for the Go programming language.

Results 231 aws-sdk-go-v2 issues
Sort by recently updated
recently updated
newest added

### Describe the bug I'm experiencing a problem building a simple `getec2` program that describes ec2 instances. Using the `go build -v main.go` results in this: ` github.com/aws/aws-sdk-go-v2/service/ec2: /usr/lib/golang/pkg/tool/linux_amd64/compile: signal:...

bug
service-api
p2
Cross-SDK

Implement serialization/schema decoupling for generated serde in this SDK. This should reduce the amount of generated serde in general which should come with binary size reduction.

feature-request
p2
queued

Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go)...

bug
service-api
p2

### Describe the bug As per https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html - the GetBucketTagging operation can return with a code NoSuchTagSet. However in s3 types, there is no corresponding error type. ### Expected Behavior...

bug
service-api
p2

### Describe the bug In the latest CLI, the result type `InstanceDetailedInformation` is supported in GetInventory. ``` aws ssm list-inventory-entries --instance-id i-00xyxxyzxyz --type-name AWS:InstanceDetailedInformation -- { "TypeName": "AWS:InstanceDetailedInformation", "InstanceId": "i-0023112313cevwss",...

bug
service-api
p2

### Describe the bug `GetBucketLifecycleConfiguration` incorrectly deserializes lifecycle rules which are scoped to the entire bucket. This means that calling `PutBucketLifecycleConfiguration` with the rules from Get fails (this should be...

bug
service-api
p2

### Describe the issue It took me a while to find out why my CompleteMultipartUpload is returning HTTP 400 It was because I did not list uploaded parts in the...

documentation
service-api
p2

We've had to add all of the following enhancements/fixes through opt-in flags on encode/decode options to avoid potentially breaking customer data. All of these behaviors should realistically be on by...

feature-request
p2
feature/dynamodb/attributevalue

### Describe the feature Add a feature that would permit credentials.Credentials to return the last successful retrieved tokens if the configured credentials provider is unable to assume new credentials. ###...

feature-request
p2
Cross-SDK