kic-reference-architectures
kic-reference-architectures copied to clipboard
bug: AWS environment variables are not handled properly
Describe the bug
A number of users have reported issues using the AWS ENV variables w/o the fallback profile settings in ~/.aws. This is most likely a bug in the way the start_all.sh script builds out the environment files.
To Reproduce Steps to reproduce the behavior:
- Clone a new env, setup venv.
- Set AWS credentials in your environment.
- Run
start_all.sh - Script will bail out.
Expected behavior Script should work as expected for ENV variables as well as for the configuration file.
Your environment n/a
Additional context n/a