Create REPL (Read Evaluate Print Loop) for AWS SDK for JavaScript (v3) #2134
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
Is your feature request related to a problem? Please describe.
An REPL also known as Read Evaluate Print Loop is a programming language environment (Basically a console window) that takes single expression as user input and returns the result back to the console after execution.
The node.js website documents how to use the Node.js REPL. In AWS SDK for JavaScript (v2), the REPL can be accessed with command
./console
in scripts folderDescribe the solution you'd like
An REPL for AWS SDK for JavaScript (v3) which can test the code in workspace.
Describe alternatives you've considered
yarn link
to symlink the aws-sdk-js-v3 workspace from another workspace.The text was updated successfully, but these errors were encountered: