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

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

Licence: other
This repository shows how you can build a compelling eCommerce experience 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-ecommerce-web-demo

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 (+178.95%)
Mutual labels:  aws-lambda, serverless-framework, react-js, live-video, amazon-ivs
amazon-ivs-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
Stars: ✭ 14 (-26.32%)
Mutual labels:  serverless-framework, react-js, live-video, amazon-ivs
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 (+84.21%)
Mutual labels:  serverless-framework, live-video, amazon-ivs
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+13715.79%)
Mutual labels:  aws-lambda, serverless-framework
Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (+800%)
Mutual labels:  aws-lambda, serverless-framework
Components
The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
Stars: ✭ 2,259 (+11789.47%)
Mutual labels:  aws-lambda, serverless-framework
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+15568.42%)
Mutual labels:  aws-lambda, serverless-framework
Nuxt Serverless
Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework
Stars: ✭ 235 (+1136.84%)
Mutual labels:  aws-lambda, serverless-framework
Aws Lambda Typescript
This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
Stars: ✭ 228 (+1100%)
Mutual labels:  aws-lambda, serverless-framework
Serverless Prune Plugin
Serverless plugin to reap unused versions of deployed functions from AWS
Stars: ✭ 243 (+1178.95%)
Mutual labels:  aws-lambda, serverless-framework
serverless-react-server-side-render
A Demo of Serverless Framework with React Server Side Render
Stars: ✭ 20 (+5.26%)
Mutual labels:  aws-lambda, serverless-framework
amazon-ivs-basic-web-sample
This repository contains a collection of plain JavaScript code samples, covering several basic Amazon IVS use cases.
Stars: ✭ 29 (+52.63%)
Mutual labels:  live-video, amazon-ivs
Cartoonify
Deploy and scale serverless machine learning app - in 4 steps.
Stars: ✭ 157 (+726.32%)
Mutual labels:  aws-lambda, serverless-framework
Retinal
🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
Stars: ✭ 208 (+994.74%)
Mutual labels:  aws-lambda, serverless-framework
Zappa
Serverless Python
Stars: ✭ 11,859 (+62315.79%)
Mutual labels:  aws-lambda, serverless-framework
Formplug Serverless
Form forwarding service for AWS Lambda
Stars: ✭ 232 (+1121.05%)
Mutual labels:  aws-lambda, serverless-framework
Serverless Php
Serverless Framework example using an AWS lambda which runs a PHP function
Stars: ✭ 146 (+668.42%)
Mutual labels:  aws-lambda, serverless-framework
Serverless Sentry Plugin
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
Stars: ✭ 146 (+668.42%)
Mutual labels:  aws-lambda, serverless-framework
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+1236.84%)
Mutual labels:  aws-lambda, serverless-framework
mern-ecommerce
MERN Stack ecommerce site
Stars: ✭ 122 (+542.11%)
Mutual labels:  ecommerce, react-js

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.

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