1. Which is the best region to choose while doing ...
# help
p
1. Which is the best region to choose while doing Live Lambda Development? The region which is near to developer, as it minimises delay in DynamoDB fetch(s)? 2. Is there any way to set region without specifying it in
sst.json
nor as
command line
params. For example
.sst/stage
is used to set stage name, which is convenient as different developer can have their own stage name without committing it to github. Likewise is there something like
.sst/region
so that each developer can choose the region near to him without committing it to git.
t
We're trying to create less config on our end and rely on AWS conventions. So a region setting in .aws/config should work
p
To clarify
.aws/config
inside home directory?
j
Yup!