Skip to content

AwsClientFactoryWrapper uses wrong type name with V4 version of AWSSDK.Extensions.NETCore.Setup #42

@ts-tote

Description

@ts-tote

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions