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

feat: support orchestrator #1434

Closed
wants to merge 1 commit into from

Conversation

milesziemer
Copy link
Contributor

Description of changes

Updates the codegenerator and client libraries to enable using Orchestrator instead of OperationStack for operations. It is currently enabled for all protocol tests, and some services with integration tests. We can enable it for more services in the future.

The codegen updates to support Orchestrator do change the code for services not using Orchestrator, but its just refactoring (EndpointResolverMiddleware for example).

See Orchestrator impl in smithy-lang/smithy-swift#693

For testing, I ran protocol tests and integration tests with interceptors enabled and disabled.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Updates the codegenerator and client libraries to enable using Orchestrator
instead of OperationStack for operations. It is currently enabled for
all protocol tests, and some services with integration tests. We can enable
it for more services in the future.

The codegen updates to support Orchestrator do change the code for services
not using Orchestrator, but its just refactoring (EndpointResolverMiddleware
for example).
@milesziemer
Copy link
Contributor Author

Closing in favor of #1435 not on fork (for CI)

@milesziemer milesziemer closed this Apr 9, 2024
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.

1 participant