Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codegen: RuntimeClientPlugin not having access to a SymbolProvider #485

Open
syall opened this issue Dec 1, 2023 · 1 comment
Open

codegen: RuntimeClientPlugin not having access to a SymbolProvider #485

syall opened this issue Dec 1, 2023 · 1 comment

Comments

@syall
Copy link
Contributor

syall commented Dec 1, 2023

RuntimeClientPlugin is used for a variety of codegen points, e.g. middleware registration:

However, middleware registration typically needs access to a symbol provider to correctly get the name of functions and such.

There should be a way to expose the symbol provider in RuntimeClientPlugin.

@lucix-aws
Copy link
Contributor

getClientPlugins should also probably thread through the model and service shape / id much like the other integration APIs do (#467 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants