I'm starting a new project (`npx create-serverless...
# help
l
I'm starting a new project (
npx create-serverless-stack@latest notes --language typescript
), then, after running
npm run start
I'm getting
Missing region in config
. Does someone know how to fix this?
a
See previous question in channel?
l
Yeah, running
AWS_REGION=us-east-1 npx sst start
works, not sure why
npm run start --region us-east-1
didn't
j
do you have a region set in your .aws/config file?
l
i do not have an .aws/config file (i'm using leapp, btw), but the region is defined in the default profile in the .aws/credentials file
f
Hey @Luis, just pushed out a fix in v0.69.5. You don’t need to set the
AWS_REGION
manually. Give it a try and let me know if it works for you.