I created a project using npx create-serverless-stack@latest --language go myservice
whenever I try to run npm run start I get the following error:
ProcessCredentialsProviderFailure: Profile default did not include credential process
I don’t have a default profile in my ./aws/credentials file, how can I change it so that sst runs the right profile? I have tried passing the –profileflag, but it doesn't seem like that is recognized bynpm`
Thanks!