Skip to content

[Feature]: Transform client created from constructors derived from destructuring assignment #784

@trivikr

Description

@trivikr

Self-service

  • I'd be willing to implement this feature

Problem

import AWS from "aws-sdk";
const { DynamoDB } = AWS;
const client = new DynamoDB();

Solution

import { DynamoDB } from "@aws-sdk/client-dynamodb";
const client = new DynamoDB();

Alternatives

N/A

Additional context

Noted when working on utility #781

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestp3This is a minor priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions