The following code examples show how to create a web application that tracks work items in an Amazon Aurora Serverless database and uses Amazon Simple Email Service (Amazon SES) to send reports.
- AWS SDK for .NET
-
Shows how to use the AWS SDK for .NET to create a web application that tracks work items in an Amazon Aurora database and emails reports by using Amazon Simple Email Service (Amazon SES). This example uses a front end built with React.js to interact with a RESTful .NET backend.
Integrate a React web application with AWS services.
List, add, update, and delete items in an Aurora table.
Send an email report of filtered work items using Amazon SES.
Deploy and manage example resources with the included AWS CloudFormation script.
For complete source code and instructions on how to set up and run, see the full example on GitHub
. Services used in this example
Aurora
Amazon RDS
Amazon RDS Data Service
Amazon SES
For a complete list of AWS SDK developer guides and code examples, see Using this service with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.