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
The AWSSDK has had a V4 update and one of the changes was to the ClientFactory provided in AWSSDK.Extensions.NETCore.Setup (see here.) The ClientFactory now takes a generic type parameter so it's name in the AwsClientFactoryWrapper is wrong and so when calling AddAWSLocalStackService<TService> with LocalStackOptions.UseLocalStack = false an exception is thrown as the the type can't be found.
I realise that the none of this project have been updated to use the V4 versions of the AWSSDK packages. Are there any plans for this update and are there any reasonable work arounds for the time being?