is there a better way to set the AWS_PROFILE than ...
# help
d
is there a better way to set the AWS_PROFILE than from
AWS_PROFILE=x npm run start
? Could we have some default profile we could set. Same way we do with the stackname?
t
I set this in package.json
so the start script already has this passed in
d
but the package.json is on git and I don’t want to override the one from my colleagues.
In the other hand, we could standardise the name among all our profiles too
t
Yeah that's what I do
f
I've seen ppl put it inside .env.local since that's file is not committed