Hi I'm new to sst and I'm just trying out an example for the first time in conjunction with aws-vault, but getting this error:
2
5705 PM | CREATE_FAILED | AWS:
IAM:Role | FilePublishingRole The security token included in the request is invalid (Service: AmazonIdentityManagement; Status Code: 403; E
steps to reproduce:
svn checkout
https://github.com/serverless-stack/examples/trunk/rest-api
cd rest-api
npm i
aws-vault exec wadminv --debug -- npm run start
However both these execute correctly:
aws-vault exec wadminv --debug --no-session -- npm run start
aws-vault exec wadminv -- aws s3 ls
I'd appreciate some guidance on what to investigate or try?