aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

Modularized AWS SDK for JavaScript.

Results 565 aws-sdk-js-v3 issues
Sort by recently updated
recently updated
newest added

### Describe the bug - When trying to [assign customer managed policy reference to permission set](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso-admin/classes/attachcustomermanagedpolicyreferencetopermissionsetcommand.html) in quick succession, there's a possibility to hit [conflict exception](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sso-admin/classes/conflictexception.html) as the state would...

bug

### Describe the bug Typically - I like to instantiate instances of my aws sdk resource clients in an area in my source code, like utils, where I can import...

bug
needs-triage

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

bug
needs-triage

## Describe the bug When providing an invalid name, the output displays: ValidationException: 1 validation error detected: Value 'aws.partner.TestBus' at 'name' failed to satisfy constraint: Member must satisfy regular expression...

response-requested

## Describe the bug When specifying AWS_PROFILE, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN and AWS_CREDENTIAL_EXPIRATION sdk still uses the ini file for credentials. V2 SDK works fine. ``` const sts = new STS({}); console.log(await...

bug
needs-review

Im developing a nodejs application that needs to register to the AWS service discovery on the app start. I'm using the @aws-sdk/client-servicediscovery lib in my node application. As a reference,...

investigating
bug
p2

### Describe the bug I'm writing test cases that repeatedly call `CreateGroup`, `UpdateGroup` and `DeleteGroup` for AWS Cognito and validate if these changes were successful by reading the respective group...

investigating
bug

### Describe the bug This line of code attempts to destructure `name` from `metadataDir` (if it exists), but `metadataDir` is a string. https://github.com/aws/aws-sdk-js-v3/blob/5ff951f9528249cf0c8883e85455d3273a72f790/packages/service-client-documentation-generator/src/sdk-client-rename-project.ts#L25 ### Expected Behavior The `service-client-documentation-generator` package should...

bug
needs-review

### Describe the feature The `client-cloudwatch-events` does not have any paginators while some CloudWatch event operations are paginated (e.g. ListRules) it would be useful to be able to call those...

feature-request
service-api

## Describe the bug CORS requests to https://wellarchitected..amazonaws.com/ fail due to error "blocked by CORS policy: Request header field amz-sdk-invocation-id is not allowed by Access-Control-Allow-Headers in preflight response". ## Your...

feature-request
service-api
CORS