SIGN IN SIGN UP

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

0 0 0 Java
{
"name": "@aws-doc-sdk-examples/example-javascriptv3-support",
"version": "1.0.0",
"description": "Examples demonstrating how to use the AWS SDK for JavaScript (v3) to interact with AWS Support.",
"scripts": {
"test": "vitest run unit"
},
"author": "corepyle@amazon.com",
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"@aws-doc-sdk-examples/lib": "^1.0.1",
"@aws-sdk/client-support": "^3.245.0",
"@inquirer/prompts": "^5.0.1"
},
"devDependencies": {
"vitest": "^1.6.0"
}
}