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 a basic web application tutorial using smithy #101

Merged
merged 26 commits into from
Aug 29, 2024

Conversation

haydenbaker
Copy link
Contributor

Background

  • This adds smithy-tutorial, a multi-component project that uses smithy for client and server generation
  • The web application uses the generated client to make calls to a server implementation using the server-sdk
  • This example uses typescript, both for client and server

Testing

  • Pull locally
  • Start the server: make dev-server
  • Start the app: make dev-app

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 license.

@haydenbaker haydenbaker requested a review from hpmellema July 15, 2024 16:37
tutorial/Makefile Outdated Show resolved Hide resolved
tutorial/README.md Outdated Show resolved Hide resolved
tutorial/Makefile Outdated Show resolved Hide resolved
tutorial/Makefile Outdated Show resolved Hide resolved
tutorial/README.md Outdated Show resolved Hide resolved
tutorial/app/README.md Outdated Show resolved Hide resolved
tutorial/client/README.md Outdated Show resolved Hide resolved
tutorial/client/sdk Outdated Show resolved Hide resolved
smithy-templates.json Outdated Show resolved Hide resolved
tutorial/Makefile Outdated Show resolved Hide resolved
@haydenbaker haydenbaker marked this pull request as ready for review August 23, 2024 17:12
@haydenbaker haydenbaker requested a review from a team as a code owner August 23, 2024 17:12
@haydenbaker haydenbaker requested a review from kstich August 23, 2024 17:12
@haydenbaker haydenbaker force-pushed the haydebak/add-smithy-tutorial branch from 390af1e to 7a13f8d Compare August 23, 2024 17:16
@haydenbaker haydenbaker force-pushed the haydebak/add-smithy-tutorial branch 2 times, most recently from e64fda9 to 2818901 Compare August 23, 2024 22:36
@haydenbaker haydenbaker force-pushed the haydebak/add-smithy-tutorial branch from 2818901 to 52905a8 Compare August 23, 2024 22:44
@haydenbaker haydenbaker requested review from a team and removed request for a team and kstich August 26, 2024 18:44
@haydenbaker haydenbaker requested a review from sugmanue August 26, 2024 18:44
@haydenbaker haydenbaker merged commit b0aa3b2 into main Aug 29, 2024
1 check passed
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