Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

JavaScript environment for the SubmitData App tutorial

This is a workspace where you can find the following AWS SDK for JavaScript version 3 (v3) 'Submit data' app tutorial.

For instructions on implementing this example, see Build an app to submit data to DynamoDB in the AWS SDK for JavaScript v3 Developer Guide.

Getting started

  1. Clone the AWS Code Samples repo to your local environment. See the Github documentation for instructions.

  2. Install the dependencies listed in the [root]/javascriptv3/example_code/cross-services/submit-data-app/package.json.

Note: These include the AWS SDK for JavaScript v3 client modules for the AWS services required in this example, which are @aws-sdk/client-cognito-identity, @aws-sdk/client-dynamodb, @aws-sdk/credential-provider-cognito-identity, @aws-sdk/client-sns, @aws-sdk/client-s3, and @aws-sdk/client-iam. They also include third-party Node.js modules, webpack.

npm install node -g
cd javascriptv3/example_code/cross-services/submit-data-app
npm install