Loading Configurations Based on Environment in AWS CodeDeploy
The project I’ve been working on for some time has multiple environments for multiple clients and each environment has its environment configurations. Therefore, I needed a secure way to store the environment configurations and to fetch them in real-time while the application was being deployed. After doing some research, I found that AWS provides Environment Variables for …
Loading Configurations Based on Environment in AWS CodeDeploy Read More »