Trivikram Kamat
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...
### Self-service - [ ] I'd be willing to implement this feature ### Problem ```js import AWS from "aws-sdk"; const { DynamoDB } = AWS; const client = new DynamoDB();...
### 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...
### 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";...
### 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...
### 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...
### 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...
### 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....
[Bug]: v2-to-v3 codemod imports DynamoDB.DocumentClient non AttributeValue types from lib-dynamodb
### 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...
### 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...