aws-sdk-js-codemod
Version:
Collection of codemod scripts that help update AWS SDK for JavaScript APIs
9 lines (8 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.options = exports.description = exports.name = void 0;
exports.name = "v2-to-v3";
exports.description = "Converts AWS SDK for JavaScript APIs in a Javascript/TypeScript codebase" +
" from version 2 (v2) to version 3 (v3).";
// Additional options will come here, like running on specific clients.
exports.options = [];