#!/bin/bash set -e # Build the Model deployment package pushd model_deploy yarn install --frozen-lockfile yarn cdk synth popd