Specifying AWS Profile.....?

The docs say that, in order to specify an AWS profile (from your ~/.aws/credentials file), you have to use something like AWS_PROFILE=myprofile We don’t want to use ENV variables for this. Is there a way to hard-code the profile name somewhere, like in the sst.json file?

Currently there isn’t but you can open a new issue for this if this is required.

I was able to set a profile in the serverless.yml file as provider.profile.