The Amazon SDK for JavaScript V3 API
Reference Guide
Create a front-end page for the app
Here you create the front-end HTML browser page for the app.
Create a DynamoDBApp
directory, create a file named
index.html
, and copy in code from here on GitHubscript
element adds
the main.js
file, which contains all the required JavaScript
for the example. You will create the main.js
file later in this tutorial.
The remaining code in index.html
creates the browser page that
captures the data that users input.
This example code can be found here on GitHub