Trivikram Kamat

Results 125 issues of Trivikram Kamat

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When S3.GetObject is called and Body is processed, the equivalent v3 mixins are not...

bug
p2

### Self-service - [ ] I'd be willing to implement this feature ### Problem ```js import AWS from "aws-sdk"; const { DynamoDB } = AWS; const client = new DynamoDB();...

enhancement
p3

### Self-service - [ ] I'd be willing to implement this feature ### Template name v2-to-v3 ### Input code ```js import AWS from "aws-sdk"; const region = "us-west-2"; const client...

enhancement
p3

### Self-service - [ ] I'd be willing to implement this feature ### Problem The new instance creation of AWS.Credentials class is not replaced. Examples ```js import AWS from "aws-sdk";...

enhancement
p2

### Self-service - [ ] I'd be willing to implement this feature ### Problem Codemod does not transform tsx files in project tagspaces ```console $ npx [email protected] -t v2-to-v3 app/containers/MainPage.tsx...

enhancement
p2

### Self-service - [ ] I'd be willing to implement this feature ### Problem Transformation of named import of DocumentClient from deep path is not supported ```js import { DocumentClient...

enhancement
p3

### Self-service - [ ] I'd be willing to implement this feature ### Problem Application code may use multiple JS SDK clients. Transforming all of them in one pass might...

enhancement
p2

### Self-service - [ ] I'd be willing to implement this feature ### Problem In https://github.com/awslabs/aws-sdk-js-codemod/issues/531, we plan to recommend users to use latest version of codemod in every run....

enhancement
p3

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug The v2-to-v3 codemod imports DynamoDB.DocumentClient non AttributeValue types from lib-dynamodb ### Steps to reproduce...

bug
p3

### Self-service - [ ] I'd be willing to implement this feature ### Problem The only debugging which aws-sdk-js-codemod uses is the one provided by JSCodeShift. There's no additional debug...

enhancement
p3