Skip to content

recommend-hq deploy

recommend-hq deploy [OPTIONS]

Description

The recommend-hq deploy command performs several tasks to deploy the application:

  1. Deploys application infrastructure, sync config and cronjob settings

    • This includes setting up necessary resources such as dynamoDB, s3 workspace, and scheduled tasks.
  2. Initializes or updates Personalize resources

    • This sets up or refreshes the AWS Personalize resources required for the recommendation system, including the dataset group.
  3. Deploys training and API services

    • This includes deploying the machine learning model train-related stacks, various API Lambdas, and API Gateway for accessing recommendations.

Options

Option Description
-y, --yes Automatic yes to prompts.
--help Show help information and exit.

Examples

Automatically agree to all prompts and deploy

recommend-hq deploy --yes