Thursday 24 September 2020

Creating the DynamoDB web application item tracker

 You can develop a web application that tracks and reports on work items by using the following AWS services:

  • DynamoDB to store the data
  • Amazon Simple Email Service to send email messages
  • AWS Elastic Beanstalk to host the application

Note: The AWS SDK for Java version 2 is used to access Amazon SES and DynamoDB.

The application you create is named DynamoDB Item Tracker, and uses Spring Boot APIs to build a model, different views, and a controller. It’s a secure web application that requires a user to log into the application. 

This tutorial guides you through creating the DynamoDB Item Tracker application. Once the application is developed, you'll learn how to deploy it to Elastic Beanstalk.

The following figure shows the application.


See https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/javav2/usecases/creating_dynamodb_web_app.


I (Scott Macdonald) am a Java Programmer at Amazon AWS. I work on AWS Java code that helps AWS developers. Included in this role is working with AWS Services such as S3, DynamoDB, EC2, Lambda functions, and so on.

Linked In: http://www.linkedin.com/in/scottmacdonald2010