Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.

License

Notifications You must be signed in to change notification settings

aws-samples/amazon-ivs-legacy-ugc-web-demo

Amazon IVS Web UGC demo

A demo web application intended as an educational tool for demonstrating how customers can use Amazon IVS and other AWS services to create a basic web application with user authentication, a listing of live channels, and live stream playback.

2 windows with one showing a grid of livestreams and the other showing a livestream

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

This is a serverless web application, leveraging Amazon IVS, AWS Lambda, API Gateway, DynamoDB and Cognito. 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.

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.

Deploy and run the app

To deploy the serverless backend and run the client UI locally, complete the following steps:

  1. Follow the steps in the serverless app setup to deploy the backend to your AWS account.
  2. Follow the steps in the web-ui app setup to run the client app locally.

Documentation

  • Amazon IVS Amazon Interactive Video Service is a managed live streaming solution that is quick and easy to set up, and ideal for creating interactive video experiences. Simply send your live streams to Amazon IVS and the service does everything you need to make ultra-low latency live video available to any viewer around the world, letting you focus on building interactive experiences alongside the live video. Learn more.
  • Amazon IVS docs
  • User Guide
  • API Reference

Known Issues

  • 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.

License

This sample code is made available under a modified MIT license. See the LICENSE file.