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

Add initial docs for TypeScript SSDK #1119

Merged
merged 2 commits into from
Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/source/ts-ssdk/introduction.rst
Co-authored-by: Chase Coalwell <c.coalwell@gmail.com>
  • Loading branch information
adamthom-amzn and srchase authored Mar 17, 2022
commit adb848d4851e3ad168c70e592854b97525685157
2 changes: 1 addition & 1 deletion docs/source/ts-ssdk/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ operation invocation. Contexts generally encapsulate out-of-band, unmodeled data
or pertinent metadata from the endpoint. Contexts are passed as-is to the operation implementation via the server SDK.

After conversion, the service developer invokes the server SDK directly by passing the request to a
:doc:`handler <handlers>`. This the first time in request processing that the developer yields control of
:doc:`handler <handlers>`. This is the first time in request processing that the developer yields control of
execution to the SSDK. All of the preceding steps must be written explicitly.

The generated implementation of the handler first performs routing, which determines which operation the supplied
Expand Down