Olivier Mélois
Olivier Mélois
Blocked by https://github.com/typelevel/cats-effect/issues/1861
As a workaround, you could probably use a multi-module build and code-generate in a separate module, so that your application code could still use `-source:future`. We'll probably provide a pathway...
> The biggest problem right now would probably be to figure out how the users would configure this That is a very accurate hunch over why this is tricky. Ideally...
> Also, I take it that metadata would only have effect on the namespace it's contained in? Nope, metadata is a global, somewhat-semigroupal value. > You might be consuming a...
> You might be consuming a library containing Smithy specs and not want to set up any Smithy files for this. Wow, totally misread/mis-responded. Right. So I think I'd be...
what do you mean imports ?
I think it's still needed, in the sense that it's probably working fine by accident, because the sigv4 name is coincidentally the same as the endpoint prefix for most services
Anyhow, we need parity tests with existing SDKs
Yeah that'd be fine. Full disclosure : I think the AWS modules should move to another repo, as we stabilise the API of the core module.
We don't currently have plans to support auth out of the box, I'm afraid. However, all annotations that are part of smithy specifications are code-generated in something called "Hints", which...