Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/amazon-ivs-legacy-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
https://github.com/aws-samples/amazon-ivs-legacy-ugc-web-demo
amazon-ivs api-gateway aws aws-lambda cognito dynamodb javascript live-streaming live-video react react-js serverless serverless-framework user-generated-content video
Last synced: about 1 month ago
JSON representation
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
- Host: GitHub
- URL: https://github.com/aws-samples/amazon-ivs-legacy-ugc-web-demo
- Owner: aws-samples
- License: mit-0
- Archived: true
- Created: 2020-11-19T17:28:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T23:17:42.000Z (over 1 year ago)
- Last Synced: 2024-09-27T17:42:18.012Z (5 months ago)
- Topics: amazon-ivs, api-gateway, aws, aws-lambda, cognito, dynamodb, javascript, live-streaming, live-video, react, react-js, serverless, serverless-framework, user-generated-content, video
- Language: JavaScript
- Homepage: https://aws.amazon.com/ivs/
- Size: 1.62 MB
- Stars: 19
- Watchers: 16
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ⚠️ Use [Amazon IVS UGC platform web demo](https://github.com/aws-samples/amazon-ivs-ugc-platform-web-demo) instead
## Amazon IVS Web UGC demoA 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.
**This project is intended for education purposes only and not for production usage.**
This is a serverless web application, leveraging [Amazon IVS](https://aws.amazon.com/ivs/), [AWS Lambda](https://aws.amazon.com/lambda/), [API Gateway](https://aws.amazon.com/api-gateway/), [DynamoDB](https://aws.amazon.com/dynamodb/) and [Cognito](https://aws.amazon.com/cognito/). The web user interface is a [single page application](https://en.wikipedia.org/wiki/Single-page_application) built using [responsive web design](https://en.wikipedia.org/wiki/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?](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/)
2. Log into the [AWS console](https://console.aws.amazon.com/) 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](./serverless) to deploy the backend to your AWS account.
2. Follow the steps in the [web-ui app setup](./web-ui) to run the client app locally.### Documentation
- [Amazon IVS Amazon Interactive Video Service](https://aws.amazon.com/ivs/) 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](https://aws.amazon.com/ivs/).
- [Amazon IVS docs](https://docs.aws.amazon.com/ivs/)
- [User Guide](https://docs.aws.amazon.com/ivs/latest/userguide/)
- [API Reference](https://docs.aws.amazon.com/ivs/latest/APIReference/)### 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.