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
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.
