aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### 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...
### 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...
### 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...
### 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....
### 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....
### 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...
### 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...
### 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...
### 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...
### 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...