{ "name": "@aws-doc-sdk-examples/submit-data-app", "version": "1.0.0", "description": "This tutorial demonstrates how to build that enables users to upload items to a DynamoDB table. It also demonstrates how to deployed on an S3 static web host.", "main": "index.js", "repository": "git@github.com/awsdocs/aws-doc-sdk-examples/tree/master/javascriptv3/example_code/cloudwatch.git", "author": "Brian Murray , Alex Forsyth ", "license": "Apache 2.0", "scripts": { "build:frontend": "webpack add_data.js --mode development --target web --devtool false -o main.js", "test": "exit 0" }, "dependencies": { "@aws-sdk/client-cognito-identity": "^3.32.0", "@aws-sdk/client-dynamodb": "^3.32.0", "@aws-sdk/credential-provider-cognito-identity": "^3.32.0", "@aws-sdk/client-sns": "^3.32.0", "@aws-sdk/client-s3": "^3.32.0", "@aws-sdk/client-iam": "^3.32.0" }, "devDependencies": { "webpack": "^4.42.0", "webpack-cli": "^3.3.11" }, "type": "module" }