conda - dependencies - redeployment - aws step functions
Hey,
I want to ask you about a correct approach to re-deploy the pipeline on AWS Step-functions.
Let’s say, I’ve made a few changes in the code, I added some packages in conda env, etc.
What is the correct way to re-deploy this pipeline. Should I remove some files to avoid any interferences between flows? (I know there are some cached files by conda, both locally and on s3).