In this step, you’ll update online services config according to infrastructure created in previous steps.
Run the command below to update local config, including:
cd /home/ec2-user/environment/recommender-system-dev-workshop-code/scripts
./setup-rs-system.sh config
Push your change to your CodeCommit repo through below command:
git pull
git add -A
git commit -m "update config"
git push