Setting environment variables in AWS amplify

Use case

  • There are certain variables which we need to set while building our application like Integration of test Runner services like Sauce Labs, Browserstack, etcFor this you need to fetch the user name & key from the build tool itself.
  • Also , there could be a chance where you need to run automation at one environment & don’t need to run the whole regression suite on it.

And many more.. As we set them for any Operating system like Windows, Mac, its always good to have them in delivery process as well. Just to make sure we are keeping things flexible

In such cases, you need to set environmental variables.

Continue reading “Setting environment variables in AWS amplify”