Build an app to submit data to DynamoDB - Amazon SDK for JavaScript
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

The Amazon SDK for JavaScript V3 API Reference Guide describes in detail all the API operations for the Amazon SDK for JavaScript version 3 (V3).

Build an app to submit data to DynamoDB

JavaScript code example that applies to Node.js execution

This cross-service Node.js tutorial shows how to build an app that enables users to submit data to an Amazon DynamoDB table. This app uses the following services:

  • Amazon Identity and Access Management (IAM) and Amazon Cognito for authorization and permissions.

  • Amazon DynamoDB (DynamoDB) to create and update the tables.

  • Amazon Simple Notification Service (Amazon SNS) to notify the app administrator when a user updates the table.

The scenario

In this tutorial, an HTML page provides a browser-based application for submitting data to a Amazon DynamoDB table. The app uses Amazon SNS to notify the app administrator when a user updates the table.


                    Relationship among the browser interface, the SDK, and Amazon services in the submitting data app.