Open trivikr opened 8 months ago
import AWS from "aws-sdk"; const { DynamoDB } = AWS; const client = new DynamoDB();
import { DynamoDB } from "@aws-sdk/client-dynamodb"; const client = new DynamoDB();
N/A
Noted when working on utility https://github.com/aws/aws-sdk-js-codemod/pull/781
Self-service
Problem
Solution
Alternatives
N/A
Additional context
Noted when working on utility https://github.com/aws/aws-sdk-js-codemod/pull/781