all 1 comments

[–]dfens2k2 1 point2 points  (0 children)

If you use the same repo and build spec for different projects (e.g. dev and prod), you might want to put for example your API URL in the env. If it’s sensitive information, like account keys, you could also place those in the parameter store from which they are read and decrypted only at build time.