aws-sdk-js-codemod
aws-sdk-js-codemod copied to clipboard
Codemod scripts to update AWS SDK for JavaScript APIs.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/aws/aws-sdk-js-codemod). ## Awaiting Schedule The following updates are...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Getting a lot of errors in `.tsx` files that say: ``` SyntaxError: Unexpected token,...
### Self-service - [ ] I'd be willing to implement this feature ### Problem Transformation is not done for the following code: ```js import { DocumentClient } from 'aws-sdk/lib/dynamodb/document_client'; const...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug No transformation for getObject(params).createReadStream() ### Steps to reproduce ```ts import { S3 } from...
### Issue Fixes: https://github.com/aws/aws-sdk-js-codemod/issues/799 ### Description Transform deep import of DocumentClient ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
### Issue Refs: https://github.com/facebook/jscodeshift/wiki/jscodeshift-Documentation#remove ### Description Use Node.remove() to remove nodes ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
### Issue Blog post: https://eslint.org/blog/2022/08/new-config-system-part-2/ Flat config is going to be the default in eslint v9.x https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#flat-config-now-the-default-and-has-some-changes Docs: * Flat config: https://eslint.org/docs/latest/use/configure/configuration-files-new * Migration to flat config: https://eslint.org/docs/latest/use/configure/migration-guide * typescript-eslint...
### Issue Fixes: https://github.com/awslabs/aws-sdk-js-codemod/issues/657 ### Description Replace TSTypeReference inside NewExpression ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
### Issue Fixes: https://github.com/awslabs/aws-sdk-js-codemod/issues/530 ### Description Import DynamoDB.DocumentClient types from client-dynamodb ### Testing CI --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
### Issue Issue number, if available, prefixed with "#" ### Description What does this implement/fix? Explain your changes. ### Testing How was this change tested? ### Additional context Add any...