Skip to content

Latest commit

 

History

History

aws-recommendation-engine

Mux AWS recommendation engine example

This repository contains an example implementation of how you can set up Mux streaming exports and Amazon Personalize to build your own content recommendation engine.

For a detailed walkthrough on how you can use this repository, check out the corollary blog post over on the Mux blog.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

References and resources