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

RFC: Smithy Orchestrator #2439

Merged
merged 12 commits into from
Mar 17, 2023
Merged

RFC: Smithy Orchestrator #2439

merged 12 commits into from
Mar 17, 2023

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Mar 7, 2023

This RFC proposes a new process for constructing client requests and handling service responses. This new process is intended to:

  • Improve the user experience by
  • Simplifying several aspects of sending a request
  • Adding more extension points to the request/response lifecycle
  • Improve the maintainer experience by
  • Making our SDK more similar in structure to other AWS SDKs
  • Simplifying many aspects of the request/response lifecycle
  • Making room for future changes

Additionally, functionality that the SDKs currently provide like retries, logging, and auth with be incorporated into this new process in such a way as to make it more configurable and understandable.

This RFC references but is not the source of truth on:

  • Interceptors: To be described in depth in a future RFC.
  • Runtime Plugins: To be described in depth in a future RFC.

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

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python

A new doc preview is ready to view.

@github-actions
Copy link

github-actions bot commented Mar 8, 2023

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python

A new doc preview is ready to view.

@Velfi Velfi marked this pull request as ready for review March 14, 2023 15:42
@Velfi Velfi requested review from a team as code owners March 14, 2023 15:42
@Velfi Velfi requested review from crisidev and hlbarber March 14, 2023 15:42
@github-actions
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python

A new doc preview is ready to view.

@Velfi Velfi enabled auto-merge March 17, 2023 15:36
@Velfi Velfi disabled auto-merge March 17, 2023 15:37
@Velfi Velfi enabled auto-merge March 17, 2023 15:39
@Velfi Velfi added this pull request to the merge queue Mar 17, 2023
@github-actions
Copy link

A new generated diff is ready to view.

  • AWS SDK (ignoring whitespace)
  • No codegen difference in the Client Test
  • No codegen difference in the Server Test
  • No codegen difference in the Server Test Python

A new doc preview is ready to view.

@Velfi Velfi merged commit a02426f into main Mar 17, 2023
@Velfi Velfi deleted the rfc/smithy-orchestrator branch March 17, 2023 16:27
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.

2 participants