Trivikram Kamat

Results 283 comments of Trivikram Kamat

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

The extra quote is inconvenient https://github.com/user-attachments/assets/e0a7025f-7bf1-4e44-a235-f3ffd90c29a7

> there's other files where we call s3.(...).promise(), are those calls still compatible with v3 ? Thanks for the catch. The codemod missed transforming these files, as the type of...

> I'll verify those usages, and manually remove `.promise()` calls though for the purpose of this PR. @gmpetrov Fixed in https://github.com/gmpetrov/databerry/pull/234/commits/61ec16538f0bbceab9d0720a528c89282f22057c

@gmpetrov I rebase changes since last three months, and also migrated JS SDK v2 APIs in newly introduced webhook. Are there any other changes needed to test this change in...

AWS SDK for JavaScript v2 will enter maintenance mode on September 8, 2024 and reach end-of-support on September 8, 2025. For more information, check blog post at https://a.co/cUPnyil

> Is there anything I can do to help out to get this project up to date again? @ElonVolo is driving getting jscodeshift up to date and will respond to...

> 4. The impact of AI on codemodding > > At some point, AI is probably going to replace jscodeshift The [Amazon Q Code Transformation (preview)](https://aws.amazon.com/blogs/aws/upgrade-your-java-applications-with-amazon-q-code-transformation-preview/) announcement today reminded me...

The `@babel/parser-7.16.12` on https://astexplorer.net/ does not throw any error. Screenshot ![babel-parser-astexplorer](https://user-images.githubusercontent.com/16024985/157478673-a9d8f0c4-3e4a-4108-b486-5ace49de5788.png)

Results from my setup: System Information ```console $ sw_vers ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H1030 $ sysctl -n machdep.cpu.brand_string Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz $ node -v...