Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

netroy/aws-personalize-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Personalize Cloudformation support

This monorepo contains two packages

  • @aws-cdk/aws-personlize: This implements Persolnalize constructs as Custom resources.
  • personalize-example: A sample architecture for a wine-recommendation engine.

To deploy this stack into your AWS account, run these commands:

  • npm i -g lerna aws-cdk
  • lerna bootstrap
  • Go to packages/personalize-example, & run cdk deploy

This will launch a Cloudformation stack that includes an entire personalize setup, with correct IAM roles. This also deploys a data auto-importer lambda, to use which, you need to upload a user, item, or interaction csv file to the S3 bucket created in this stack. Once the upload is finished, a DataImport job is automatically created on Personalize.

About

AWS CDK Constructs for Amazon Personalize

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published