entrypoint-job-prod: 
    AWS_PROFILE_NAME=amx-prod
    export AWS_PROFILE_NAME
    ENV=PROD
    export ENV
    python ./entry_point/entry_point.py
I am trying to set the environment variables so that the code works in the production environment. However, this does not update the environment variable. One has to manually create the environment variable in the CLI for the code to work.
 
     
    