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 256 aws-sdk-go-v2 issues
Sort by recently updated
recently updated
newest added

### Describe the bug In the SQS API, the `ReceiveMessageInput` field `AttributeNames` should be of type `[]types.MessageSystemAttributeName` instead of `[]types.QueueAttributeName` https://github.com/aws/aws-sdk-go-v2/blob/main/service/sqs/api_op_ReceiveMessage.go#L96 The documentation indicates the possible fields that can be...

bug
service-api
workaround-available
p3

### Describe the bug The URL that I generate with the sts PresignClient doesn't work when used as an EKS authentication token. I am able to generate a url with...

bug
workaround-available
p3
xl
queued

### Describe the bug I'm trying to authenticate to an AWS account that has MFA enabled. But, I'm not able to do so because it's throwing error. Also, I'm not...

bug
investigating
p2

### Describe the feature The `config.SharedConfig` and `config.EnvConfig` structs both have a parameter `BaseEndpoint` that sets a common endpoint URL for all services. `config.LoadOptions` does not have the corresponding parameter....

feature-request
p3
queued

### Describe the feature The `config.SharedConfig` and `config.EnvConfig` structs both have a parameter `IgnoreConfiguredEndpoints` that sets a common endpoint URL for all services. `config.LoadOptions` does not have the corresponding parameter....

feature-request
p3
queued

### Describe the bug When there is a whitespace in sso session name, `aws configure sso` generates `~/.aws/config` where `sso-session` section include session name with apostrophes, which is not recognised...

bug
p2
queued

### Describe the bug We are using the aws go sdk v2 (ec2) package to create a VpcEndoint. I we are working on a new VpcEndpointService, We encounter an a...

bug
investigating
service-api
p2

### Describe the bug As far as I understand it is possible to model a list of lists in dynamodb. So it should be possible to build a name (as...

bug
workaround-available
p3

### Describe the issue For the [AWS plugin](https://github.com/turbot/steampipe-plugin-aws) of [Steampipe](https://github.com/turbot/steampipe), we manage AWS client connections to many different accounts in parallel. This works great .... unless there is a very...

documentation
needs-review

### Describe the bug When the DynamoDB client is used concurrently with a customer-managed key it creates a `Decrypt` API call per goroutine / thread instead of creating only one...

bug
service-api
p2