

Set protocol to Email, and on Endpoint enter the email address of your YED Admin who will receive inventory alerts.Name the topic inv-monitor - Keep the default settings.In the section labeled "Topics" click Create Topic.Follow these instructions to create an SNS resource: Amplify is unable to create the SNS resource required to send alerts for low inventory.AWS SNS (Simple Notification Service) Instance.Ensure you have configured the Amplify CLI ( Instructions here).Ensure the CLI is configured to your AWS Account.Please ensure your AWS account has all the permissions listed in this guide The AWS CLI requires specific IAM permissions to perform various actions needed to deploy your application.Ensure you also have the API URL for your instance of YED.For an API key contact your organization's Yubico Owner or your Yubico sales contact.To get a local copy up and running follow these simple example steps. This is an example of how you may give instructions on setting up your project locally. This tutorial and this repository are good primers for how the Form and Order Flow were created for this site.

Email / SMS Notification - An example is included that can send an email alert to an admin if the amount of inventory remaining falls under a specified threshold.YED API - Your organizations instance of YED.Order Database - Used to track the relationship between a user and their shipment IDs.It also provides a way to abstract away the YED API secret from the client Order Management Service - This is the core of your backend logic - This is where you will configure how your app will handle user requests and send them to YED.API Gateway - Manages your API that your client will use to make calls to your backend service, which will relay orders to YED.It is expected that you will eventually use your organizations IdP - which you can extend to automatically pull user claims (email, name, address)

In this project it is currently used to pull the JWT token to authorize the user, and track their shipments anonymously in the database.
