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(open-api-gateway): support smithy as alternative api interface definition language #160

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

cogwirrel
Copy link
Member

Adds three new projen project types (ts/python/java) where Smithy can be used instead of OpenAPI as the interface definition language. Smithy is projected into OpenAPI as a pre-step, which allows us to reuse the same generated clients, handler wrappers and infrastructure.

Fixes #145

@nx-cloud
Copy link

nx-cloud bot commented Sep 13, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 422e03f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Copy link
Contributor

@agdimech agdimech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to check in the gradle-wrapper.jar?

@cogwirrel
Copy link
Member Author

Do we need to check in the gradle-wrapper.jar?

We do to avoid having a gradle install being a prerequisite :) We use the one I checked in to run the smithy build unless it's overridden in the gradleWrapperPath property :)

@cogwirrel cogwirrel force-pushed the feat/smithy branch 3 times, most recently from 1b63130 to a983ada Compare September 14, 2022 00:44
…efinition language

Adds three new projen project types (ts/python/java) where Smithy can be used instead of OpenAPI as
the interface definition language. Smithy is projected into OpenAPI as a pre-step, which allows us
to reuse the same generated clients, handler wrappers and infrastructure.

fix #145
@cogwirrel cogwirrel merged commit 924d71c into mainline Sep 14, 2022
@cogwirrel cogwirrel deleted the feat/smithy branch September 14, 2022 03:04
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.

[FEATURE] [open-api-gateway] Smithy Support
2 participants