dotnetv3/cross-service/README.md
This README lists the cross-service examples available for the AWS SDK for .NET (v3). Each folder in this directory contains the following cross-service examples. A README in each folder describes how to run the example.
A cross-service example is an application that works across multiple AWS services using the AWS SDK for .NET.
Create a Feedback Sentiment Analyzer (FSA) example app that analyzes and stores customer feedback cards. Specifically, it fulfills the need of a fictitious hotel in New York City. The hotel receives feedback from guests in various languages in the form of physical comment cards. That feedback is uploaded into the app through a web client.
The application uses the following services:
Create a Photo Asset Management (PAM) example app that uses Amazon Rekognition to categorize images, which are stored with Amazon S3 Intelligent-Tiering for cost savings. Users can upload new images. Those images are analyzed with label detection and the labels are stored in an Amazon DynamoDB table. Users can later request a bundle of images matching those labels. When images are requested, they are retrieved from Amazon S3, zipped, and the user is sent a link to the zip.
The application uses the following services:
Shows how 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).
The application uses the following services:
Create an ASP .NET application that allows users to subscribe to an Amazon Simple Notification Service (Amazon SNS) queue and to publish messages with optional translation to French or Spanish.
The application uses the following services:
Shows how to create a web application that tracks work items in DynamoDB and emails reports by using Amazon SES.
The application uses the following services:
Shows how to create a web application that analyzes photos uploaded to an Amazon Simple Storage Service (Amazon S3) bucket, using Amazon Rekognition to label the photos, and Amazon SES to send email reports of the image analysis.
The application uses the following services:
Provides a tutorial for the AWS Message Processing Framework for .NET. The tutorial creates a web application that allows the user to publish an Amazon SQS message and a command-line application that receives the message.
The application uses the following services:
Copyright (c) Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0