Skip to content

Enable passing dynamic parameters to RuntimeClientPlugin functions #353

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

Merged
merged 7 commits into from
Jun 25, 2021

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Jun 7, 2021

Issue #, if available:
Fixes: #352

Description of changes:
This is a requirement for advanced use cases of Endpoint Discovery logic.
Currently, only Symbols and strings are generated for parameters. In future,
boolean and Map<String, String> support would be added.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr added 2 commits June 24, 2021 20:37
This is a requirement for advanced use cases of Endpoint Discovery logic.
Currently, only Symbols and strings are generated for parameters. In future,
boolean and Map<String, String> support would be added.
@trivikr trivikr force-pushed the runtime-plugin-function-supplier branch from 2cee533 to 3c6255b Compare June 24, 2021 20:42
@trivikr trivikr requested a review from a team as a code owner June 24, 2021 20:42
@trivikr trivikr merged commit 379611e into smithy-lang:main Jun 25, 2021
@trivikr trivikr deleted the runtime-plugin-function-supplier branch June 25, 2021 20:43
srchase pushed a commit to srchase/smithy-typescript that referenced this pull request Mar 17, 2023
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.

Option to pass dynamic parameters to resolve and plugin functions
3 participants