Skip to content

This repository shows how you can build a compelling eCommerce experience with Amazon IVS.

License

Notifications You must be signed in to change notification settings

aws-samples/amazon-ivs-ecommerce-web-demo

Amazon IVS eCommerce demo

A demo web application intended as an educational tool for demonstrating how Amazon IVS, in conjunction with other AWS services, can be used to build a compelling customer experience for eCommerce use-cases.

Amazon IVS eCommerce demo

This project is intended for education purposes only and not for production usage.

This is a serverless web application, leveraging Amazon IVS, AWS Lambda, Amazon API Gateway, and Amazon DynamoDB. The web user interface is a single page application built using responsive web design frameworks and techniques, producing a native app-like experience tailored to the user's device. The demo showcases how customers can load and play an Amazon IVS stream and display browsable product information using TimedMetadata. This demo uses a test stream which emits a TimedMetadata event every second with a productId. The productId is then used by the client to highlight the product being shown on stream. Product details are stored and retrieved from DynamoDB.

Getting Started

IMPORTANT NOTE: Deploying this demo application in your AWS account will create and consume AWS resources, which will cost money.

To get the demo running in your own AWS account, follow these instructions.

  1. If you do not have an AWS account, please see How do I create and activate a new Amazon Web Services account?
  2. Log into the AWS console if you are not already. Note: If you are logged in as an IAM user, ensure your account has permissions to create and manage the necessary resources and components for this application.
  3. Follow the instructions for deploying to AWS or running locally.

Deploying to AWS or running locally

  • This demo is comprised of two parts: serverless (the demo backend) and web-ui (the demo frontend)
  • To run the demo's backend services locally or on your AWS account, follow the detailed instructions to get started.

Known issues and limitations

  • The application was written for demonstration purposes and not for production use.
  • Currently only tested in the us-west-2 (Oregon) region. Additional regions may be supported depending on service availability.

About Amazon IVS

License

This project is licensed under the MIT-0 License. See the LICENSE file.