Luis
04/06/2022, 9:38 PMnpx 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?Adam Fanello
04/06/2022, 9:39 PMLuis
04/06/2022, 9:48 PMAWS_REGION=us-east-1 npx sst start works, not sure why npm run start --region us-east-1 didn'tJono Allen
04/06/2022, 9:59 PMLuis
04/06/2022, 11:15 PMFrank
AWS_REGION manually. Give it a try and let me know if it works for you.