Ctrl+P
Quickly scaffold AWS S3 and DynamoDB configuration for your Node.js project.
In any .js or .ts file, type config then press Tab to expand the snippet.
.js
.ts
config
Tab
Inserts a ready-to-use setup for S3Client and DynamoDBDocument.
S3Client
DynamoDBDocument
npm install @aws-sdk/client-s3 @aws-sdk/client-dynamodb @aws-sdk/lib-dynamodb