All Projects → aws-samples → amazon-ivs-ugc-web-demo

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

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to amazon-ivs-ugc-web-demo

amazon-ivs-chime-web-demo
A demo web application intended as an educational tool for demonstrating how to load and play Amazon IVS streams alongside the Amazon Chime SDK.
Stars: ✭ 35 (+150%)
Mutual labels:  api-gateway, serverless-framework, live-video, amazon-ivs
amazon-ivs-simple-chat-web-demo
⚠️ IMPORTANT ⚠️ This repository is no longer actively maintained and will be archived at the end of 2022. A basic live chat implementation built with WebSockets, that can be used in conjunction with Amazon IVS to build compelling customer experiences for live video streams with chat use cases.
Stars: ✭ 53 (+278.57%)
Mutual labels:  serverless-framework, react-js, live-video, amazon-ivs
amazon-ivs-ecommerce-web-demo
This repository shows how you can build a compelling eCommerce experience with Amazon IVS.
Stars: ✭ 19 (+35.71%)
Mutual labels:  serverless-framework, react-js, live-video, amazon-ivs
Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+30364.29%)
Mutual labels:  api-gateway, dynamodb, serverless-framework
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+4542.86%)
Mutual labels:  api-gateway, dynamodb, cognito
Serverless Stack Demo Api
Source for the demo app API in Serverless-Stack.com
Stars: ✭ 486 (+3371.43%)
Mutual labels:  api-gateway, dynamodb, serverless-framework
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (+92.86%)
Mutual labels:  api-gateway, dynamodb, cognito
Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+571.43%)
Mutual labels:  api-gateway, dynamodb, cognito
twitter
A serverless social network that's under development with some cool stuff, such as Serverless Framework, AppSync, GraphQL, Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Stars: ✭ 29 (+107.14%)
Mutual labels:  dynamodb, cognito, serverless-framework
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+15950%)
Mutual labels:  api-gateway, dynamodb, cognito
noiiice
a serverless blog built on NuxtJS, AWS, serverless framework, and irrational exuberance.
Stars: ✭ 42 (+200%)
Mutual labels:  api-gateway, cognito, serverless-framework
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+628.57%)
Mutual labels:  api-gateway, dynamodb, serverless-framework
aws-swaggerui
Serverless Swagger UI for API Gateway
Stars: ✭ 26 (+85.71%)
Mutual labels:  api-gateway, cognito, serverless-framework
Aws Cognito Apigw Angular Auth
A simple/sample AngularV4-based web app that demonstrates different API authentication options using Amazon Cognito and API Gateway with an AWS Lambda and Amazon DynamoDB backend that stores user details in a complete end to end Serverless fashion.
Stars: ✭ 278 (+1885.71%)
Mutual labels:  api-gateway, dynamodb
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (+264.29%)
Mutual labels:  api-gateway, serverless-framework
React Cognito Auth
A sample authentication app implemented with a server-less architecture, using cognito User Pools, API Gateway, react
Stars: ✭ 76 (+442.86%)
Mutual labels:  api-gateway, cognito
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (+757.14%)
Mutual labels:  api-gateway, serverless-framework
Arc.codes
The Architect web site! 🌩
Stars: ✭ 271 (+1835.71%)
Mutual labels:  api-gateway, dynamodb
Serverless Api Gateway Caching
A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
Stars: ✭ 92 (+557.14%)
Mutual labels:  api-gateway, serverless-framework
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+21164.29%)
Mutual labels:  api-gateway, serverless-framework

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].