A demo web application intended as an educational tool to demonstrate how you can build a simple live video and chat application with Amazon IVS.
This project is intended for education purposes only and not for production usage.
This is a serverless web application, leveraging Amazon IVS for video streaming and chat, AWS Lambda, and Amazon API Gateway. The web user interface is written in Javascript and built on React.
The demo showcases how you can implement a simple live streaming application with video and chat using Amazon IVS. Viewers are asked to enter their name the first time they begin chatting. Chat users can send plain text messages, text links, emojis, and stickers. Chat moderators can delete messages and kick users.
This demo is comprised of two parts: serverless
(the demo backend) and web-ui
(the demo frontend).
- If you do not have an AWS account, you can create one by following this guide: How do I create and activate a new Amazon Web Services account?
- 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 the serverless backend to your AWS account. The CloudFormation template will automate the deployment process.
- The application is meant for demonstration purposes and not for production use.
- This application is only tested in the us-west-2 (Oregon) region. Additional regions may be supported depending on service availability.
Amazon Interactive Video Service (Amazon IVS) is a managed live streaming and stream chat solution that is quick and easy to set up, and ideal for creating interactive video experiences. Learn more.
- Amazon IVS docs
- User Guide
- API Reference
- Setting Up for Streaming with Amazon Interactive Video Service
- Learn more about Amazon IVS on IVS.rocks
- View more demos like this
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.