We need to have the AWS stacks determine when they are in a Github workflow so they can pull parameters from SSM parameter store. This will make things more easier to maintain.
This can be done by simply checking the CI environment variable. If it is true then you read from parameter store if it is not then you read from the environment.