You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to implement an integration test on one of my microservice. I can't successfully run sls-test-tools because of this error when executing EventBridge.init:
SharedIniFileCreds Error: Error - ENOENT: no such file or directory, open '/root/.aws/credentials'
Is it possible to skip the AWS config setup I see in general.ts util? I really don't need that because I'm running the tool during the CodeBuild build phase, assuming the CodeBuild service role...
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to implement an integration test on one of my microservice. I can't successfully run sls-test-tools because of this error when executing EventBridge.init:
SharedIniFileCreds Error: Error - ENOENT: no such file or directory, open '/root/.aws/credentials'
Is it possible to skip the AWS config setup I see in general.ts util? I really don't need that because I'm running the tool during the CodeBuild build phase, assuming the CodeBuild service role...
Thanks!
The text was updated successfully, but these errors were encountered: