Build an app to submit data to DynamoDB - AWS SDK for JavaScript

The AWS SDK for JavaScript V3 API Reference Guide describes in detail all the API operations for the AWS 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:

  • AWS 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 AWS services in the submitting data app.