Is there a known issue when using dynamic provider...
# typescript
m
Is there a known issue when using dynamic providers with the AWS SDK (v3)? I get obscure serialization errors when trying to build a dynamic provider leveraging the aws sdk:
Copy code
'() => provider': captured
      variable 'provider' which indirectly referenced
        '(middleware, options = {}) => { cons ...': which captured
          variable 'entriesNameSet' which indirectly referenced
            function 'has': which could not be serialized because
              it was a native code function.