Scripts for spotify
Use these commands from the repo root:
rm -rf package
rm -rf my-deployment-package.zip
mkdir package
pip3 install -r requirements.txt -t package/
cp newStashMaintainer.py .spotify_cache package/
cd package/
zip -r ../my-deployment-package.zip .Then upload my-deployment-package.zip in the AWS Lambda web console.