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

Adds support for integrating client members via plugins #301

Merged
merged 2 commits into from
Jun 17, 2021

Conversation

skotambkar
Copy link
Contributor

Changes

  • Adds support for integrating client members thru Runtime plugins
type Client struct {
    options Options

    \\ client members added via runtime plugins
    cache map[string]string
}
  • Adds support to define resolver functions for client members thru Runtime plugins

  • Updates existing AddOperationMiddleware helper functions to be methods on client - this helps middlewares have access to client and be able to use client members.

… runtime plugins. Also update middleware add helper functions to be methods on client.
@skotambkar skotambkar merged commit ce84229 into aws:main Jun 17, 2021
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

Successfully merging this pull request may close these issues.

3 participants