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
But when we run our integrations tests in ci pipeline we don't have a profile and don't want it to reach out to aws at all.
I get this error [Error](03/18/2025 11:35) 816: 2025-03-18T11:35:18.2065247Z Failed to connect to AWS using AWS SDK config: Profile:,Region:eu-west-1
That is showing that we don't have a profile.
Sounds like a good idea. Would it be better to turn off the validation on AddAWSSDKConfig call? I'm assuming if you want validation turned off you would want it turned off in all references. There could be a WithValidation method you could fluently call after the AddAWSSDKConfig that will set some state on the sdk config and where the validations are done check that state.
If you are interested in contributing a PR to get the work added sooner I'm happy to take a look at a PR.
Nice additions where made in #30
But when we run our integrations tests in ci pipeline we don't have a profile and don't want it to reach out to aws at all.
I get this error
[Error](03/18/2025 11:35) 816: 2025-03-18T11:35:18.2065247Z Failed to connect to AWS using AWS SDK config: Profile:,Region:eu-west-1
That is showing that we don't have a profile.
I made some workaround like this
So something like this would be nice or if you have a smarter solution for this,
Thanks in advance!
The text was updated successfully, but these errors were encountered: