Trivikram Kamat

Results 125 issues of Trivikram Kamat

### Self-service - [ ] I'd be willing to implement this feature ### Problem The existing Errors in codemod are not trackable. They're thrown as JavaScript Errors. Examples: * https://github.com/awslabs/aws-sdk-js-codemod/blob/f76d1b449555c8aa22a92f62df221d6c7420b479/src/transforms/v2-to-v3/utils/getClientNewExpression.ts#L15-L17...

enhancement
p3

### Is your feature request related to a problem? Please describe. To test `aws-sdk-js-codemod` the users have to install it using `npm install` or `npx` ### Describe the solution you'd...

enhancement
p3

### Is your feature request related to a problem? Please describe. The supported test cases are not documented anywhere. They can be viewed in [`__fixtures__`][__fixtures__] directory. ### Describe the solution...

enhancement
p3

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Running codemod on uppy throws error 'Cannot find module '@babel/plugin-transform-react-jsx'' ### Template name v2-to-v3...

bug
p3

### Issue Prettier 3.x was released in July'23: https://prettier.io/blog/2023/07/05/3.0.0.html ### Description Bumps prettier to 3.2.5 ### Testing ToDo: Format code based on new version of prettier --- By submitting this...

### Issue Fixed in https://github.com/smithy-lang/smithy/pull/1049 ### Description Enables protocol tests for string list header bindings that require quoting ### Testing CI --- By submitting this pull request, I confirm that...

### Issue Request compression was added in https://github.com/aws/aws-sdk-js-v3/pull/5643 ### Description Enables protocoltests for request compression ### Testing CI --- By submitting this pull request, I confirm that you can use,...

### Issue From AWS SDK for JavaScript v2 [README](https://github.com/aws/aws-sdk-js): > We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2 in 2023....

### Describe the feature Update Lambda examples to use NODEJS_18_X ### Use Case There are multiple examples on Lambda Node.js 10.x and 12.x which are no longer supported by Lambda:...

feature-request
language/dotnet
language/java
language/python
language/typescript
p1
language/go

### Is your feature request related to a problem? Please describe. Not a problem, but the SAR uses Node.js 14.x which will be [end-of-life](https://github.com/nodejs/release#end-of-life-releases) in April'23, and AWS SDK for...